diff --git a/CHANGELOG.md b/CHANGELOG.md index d74149f5..7ba2a251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/jayree/changelog/compare/v1.2.0...v1.2.1) (2024-06-22) + + +### Bug Fixes + +* **deps:** bump marked-terminal from 7.0.0 to 7.1.0 ([#393](https://github.com/jayree/changelog/issues/393)) ([bca5f76](https://github.com/jayree/changelog/commit/bca5f767f9607b6fe763eddf8e130db2153bf415)) + ## [1.2.0](https://github.com/jayree/changelog/compare/v1.1.12...v1.2.0) (2024-06-11) diff --git a/package.json b/package.json index a34d1198..39d979e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jayree/changelog", - "version": "1.2.0", + "version": "1.2.1", "description": "Parse a CHANGELOG.md file of a package and return the most recent entry", "main": "lib/index.js", "author": "jayree ",