From c2839f27f35a38446261509a986bf36fa1c3ab8b Mon Sep 17 00:00:00 2001 From: Darek Kay Date: Sun, 21 Mar 2021 15:40:39 +0100 Subject: [PATCH] Release 2.2.5 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac833dc..7980bb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [2.2.5] - 2021-03-21 + - :book: Add documentation for GitLab Pages integration. - :construction_worker: Add CLI unit tests. - :construction_worker: Update dependencies. @@ -112,7 +114,8 @@ - :tada: Initial release. -[Unreleased]: https://github.com/darekkay/static-marks/compare/v2.2.4...HEAD +[Unreleased]: https://github.com/darekkay/static-marks/compare/v2.2.5...HEAD +[2.2.5]: https://github.com/darekkay/static-marks/compare/v2.2.4...v2.2.5 [2.2.4]: https://github.com/darekkay/static-marks/compare/v2.2.3...v2.2.4 [2.2.3]: https://github.com/darekkay/static-marks/compare/v2.2.2...v2.2.3 [2.2.2]: https://github.com/darekkay/static-marks/compare/v2.2.1...v2.2.2 diff --git a/package.json b/package.json index 60c6f4e..5545eef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "static-marks", "description": "Shareable bookmarks", - "version": "2.2.4", + "version": "2.2.5", "author": "Darek Kay (https://darekkay.com/)", "bin": { "static-marks": "bin/static-marks.js"