build(release): 0.2.2
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
||||
|
||||
## [0.2.2](https://github.com/Optolith/helpers/compare/v0.2.1...v0.2.2) (2024-12-16)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add Result type ([19b619b](https://github.com/Optolith/helpers/commit/19b619b768855c70cb1dc4044e58cba971974585))
|
||||
|
||||
## [0.2.1](https://github.com/Optolith/helpers/compare/v0.2.0...v0.2.1) (2024-10-06)
|
||||
|
||||
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@optolith/helpers",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@optolith/helpers",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"license": "MPL-2.0",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.17.0",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@optolith/helpers",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "A set of JavaScript helper functions for multiple Optolith packages.",
|
||||
"files": [
|
||||
"lib",
|
||||
|
||||
Reference in New Issue
Block a user