diff --git a/CHANGELOG.md b/CHANGELOG.md index eadffda945..af29c1de86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ This change log follows the format documented in [Keep a CHANGELOG]. [semantic versioning]: http://semver.org/ [keep a changelog]: http://keepachangelog.com/ +## v3.6.0 - 2024-03-18 + +On this release worked @kossnocorp and @world1dan. Also, thanks to [@seated](https://github.com/seated) [for sponsoring me](https://github.com/sponsors/kossnocorp). + +### Fixed + +- [Fixed weeks in the Belarisuan locale's `formatDistance`.](https://github.com/date-fns/date-fns/pull/3720) + +### Added + +- [Added CDN versions of modules compatible with older browsers.](https://github.com/date-fns/date-fns/pull/3737) [See the CDN guide.](https://date-fns.org/docs/CDN) + ## v3.5.0 - 2024-03-15 Kudos to @fturmel, @kossnocorp, @makstyle119, @tan75, @marcreichel, @tareknatsheh and @audunru for working on the release. Also, thanks to [@seated](https://github.com/seated) [for sponsoring me](https://github.com/sponsors/kossnocorp). diff --git a/package-lock.json b/package-lock.json index c584c72b4b..083bb3e6cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "date-fns", - "version": "3.5.0", + "version": "3.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "date-fns", - "version": "3.5.0", + "version": "3.6.0", "license": "MIT", "devDependencies": { "@babel/cli": "^7.22.10", diff --git a/package.json b/package.json index dc7dce55bc..b1cd526808 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "date-fns", - "version": "3.5.0", + "version": "3.6.0", "contributors": [ "Sasha Koss ", "Lesha Koss "