diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f1c2ab..7c5f513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [3.0.0] - 2023-06-24 + - :boom: Drop Node 14 support (EOL). - :hammer: Update dependencies. @@ -162,7 +164,8 @@ --- -[Unreleased]: https://github.com/darekkay/static-marks/compare/v2.4.1...HEAD +[unreleased]: https://github.com/darekkay/static-marks/compare/v3.0.0...HEAD +[3.0.0]: https://github.com/darekkay/static-marks/compare/v2.4.1...v3.0.0 [2.4.1]: https://github.com/darekkay/static-marks/compare/v2.4.0...v2.4.1 [2.4.0]: https://github.com/darekkay/static-marks/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/darekkay/static-marks/compare/v2.2.7...v2.3.0 diff --git a/package.json b/package.json index 6e89286..e2a442f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "static-marks", "description": "Shareable bookmarks", - "version": "2.4.1", + "version": "3.0.0", "author": "Darek Kay (https://darekkay.com/)", "bin": { "static-marks": "bin/static-marks.js"