build(release): 0.2.2

This commit is contained in:
Lukas Obermann
2024-12-16 13:44:06 +01:00
parent 4c2ba0a1b4
commit 5fa18350c0
3 changed files with 10 additions and 3 deletions
+7
View File
@@ -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)
+2 -2
View File
@@ -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
View File
@@ -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",