diff --git a/CHANGELOG.md b/CHANGELOG.md index 4382a00..af9180e 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. +## [1.5.0](https://github.com/f3rno64/time-speak/compare/v1.4.1...v1.5.0) (2023-12-22) + + +### Bug Fixes + +* exclude docs from nyc dirs ([c32bddd](https://github.com/f3rno64/time-speak/commit/c32bddd2d626616a6704eb811784a608d3c141e2)) + ### [1.4.1](https://github.com/f3rno64/time-speak/compare/v1.4.0...v1.4.1) (2023-12-21) ## [1.4.0](https://github.com/f3rno64/time-speak/compare/v1.3.3...v1.4.0) (2023-12-21) diff --git a/package-lock.json b/package-lock.json index f180a1d..029ba49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "time-speak", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "time-speak", - "version": "1.4.1", + "version": "1.5.0", "license": "MIT", "dependencies": { "tslib": "^2.6.2" diff --git a/package.json b/package.json index a198710..015ef17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "time-speak", - "version": "1.4.1", + "version": "1.5.0", "description": "A natural language parser for dates, times and intervals.", "main": "dist/index.js", "types": "dist/index.d.ts",