diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fced80..2ddc64f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.0.4](https://github.com/incentro-dc/remark-github-admonitions-to-directives/compare/1.0.3...1.0.4) (2024-03-05) + +### Bug Fixes + +- loosen dependency ranges ([62d46c0](https://github.com/incentro-dc/remark-github-admonitions-to-directives/commit/62d46c0b9aee9b7391d7c044c9a9da33cd38e946)) + ## [1.0.3](https://github.com/incentro-dc/remark-github-admonitions-to-directives/compare/1.0.2...1.0.3) (2024-03-04) ### Bug Fixes diff --git a/package.json b/package.json index 3b64ef3..632893d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "remark-github-admonitions-to-directives", - "version": "1.0.3", + "version": "1.0.4", "description": "A Remark plugin to convert Github style alerts to admonitions directives.", "keywords": [ "remark",