diff --git a/CHANGELOG.md b/CHANGELOG.md index a4e8f86328..840af826b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ This change log follows the format documented in [Keep a CHANGELOG]. [semantic versioning]: http://semver.org/ [keep a changelog]: http://keepachangelog.com/ +## v3.0.5 - 2023-12-21 + +This release is brought to you by @goku4199. + +### Fixed + +- [Fixed internal `toDate` not processing string arguments properly](https://github.com/date-fns/date-fns/pull/3626) + ## v3.0.4 - 2023-12-21 This release is brought to you by @kossnocorp. diff --git a/package-lock.json b/package-lock.json index 70e7c6c0ad..ec1fbe94bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "date-fns", - "version": "3.0.4", + "version": "3.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "date-fns", - "version": "3.0.4", + "version": "3.0.5", "license": "MIT", "devDependencies": { "@babel/cli": "^7.22.10", diff --git a/package.json b/package.json index cb7cd0a6f0..5ff830ffe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "date-fns", - "version": "3.0.4", + "version": "3.0.5", "contributors": [ "Sasha Koss ", "Lesha Koss "