diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f5abc..f1d78f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.1](https://github.com/Lundalogik/partial-date/compare/v1.0.0...v1.0.1) (2023-11-15) + + +### Bug Fixes + + +* rename package from `partial-date` to `@limetech/partial-date` ([f90bcb1](https://github.com/Lundalogik/partial-date/commit/f90bcb15929ca16ca03e52c6d798974ea1bc44cf)) + # 1.0.0 (2023-11-15) diff --git a/package-lock.json b/package-lock.json index 4a64d62..7190868 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@limetech/partial-date", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@limetech/partial-date", - "version": "1.0.0", + "version": "1.0.1", "license": "Apache-2.0", "dependencies": { "dayjs": "^1.11.10" diff --git a/package.json b/package.json index 95c786f..ae31c17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@limetech/partial-date", - "version": "1.0.0", + "version": "1.0.1", "description": "A package for handling partial dates, like a date with no time, or a time with no date.", "author": "Lime Technologies", "license": "Apache-2.0",