diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bcc028..cdd37b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.3](https://github.com/f3rno64/to-numbers/compare/v0.0.2...v0.0.3) (2023-12-22) + + +### Bug Fixes + +* rm npm publish from release as it is done from a github action ([80b7189](https://github.com/f3rno64/to-numbers/commit/80b71899cfe2da9d08beaba24cb4b6140188fd4d)) + ### 0.0.2 (2023-12-22) diff --git a/package-lock.json b/package-lock.json index f02c958..f1fa6fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "to-numbers", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "to-numbers", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "dependencies": { "tslib": "^2.6.2" diff --git a/package.json b/package.json index b7354bf..5555497 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "to-numbers", - "version": "0.0.2", + "version": "0.0.3", "description": "A utility library for parsing numbers from words.", "main": "dist/index.js", "types": "dist/index.d.ts",