diff --git a/CHANGELOG.md b/CHANGELOG.md index a82e2ee..f392dd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [1.3.3](https://github.com/f3rno64/time-speak/compare/v1.3.2...v1.3.3) (2023-12-14) + ### [1.3.2](https://github.com/f3rno64/time-speak/compare/v1.3.1...v1.3.2) (2023-12-13) ### [1.3.1](https://github.com/f3rno64/time-speak/compare/v1.3.0...v1.3.1) (2023-12-13) diff --git a/package-lock.json b/package-lock.json index ead7f13..fc319a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "time-speak", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "time-speak", - "version": "1.3.2", + "version": "1.3.3", "license": "MIT", "dependencies": { "lodash": "^4.17.21", diff --git a/package.json b/package.json index c2af634..1d7850d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "time-speak", - "version": "1.3.2", + "version": "1.3.3", "description": "A natural language parser for dates, times and intervals.", "main": "dist/index.js", "repository": "https://github.com/f3rno64/time-speak",