diff --git a/CHANGELOG.md b/CHANGELOG.md index ceec4703..dd7d0bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.9](https://github.com/jayree/changelog/compare/v1.1.8...v1.1.9) (2023-12-04) + + +### Bug Fixes + +* **deps:** bump fs-extra from 11.1.1 to 11.2.0 ([#250](https://github.com/jayree/changelog/issues/250)) ([8e43d10](https://github.com/jayree/changelog/commit/8e43d1044640f8758850d5abe793223513fc9c93)) + ## [1.1.8](https://github.com/jayree/changelog/compare/v1.1.7...v1.1.8) (2023-11-23) diff --git a/package.json b/package.json index 25a99c6c..a31e3a25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jayree/changelog", - "version": "1.1.8", + "version": "1.1.9", "description": "Parse a CHANGELOG.md file of a package and return the most recent entry", "main": "lib/index.js", "author": "jayree ",