diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 36fbfb9..e8710fd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.3"} +{".":"0.0.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 71080ca..40a84aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.4](https://github.com/zenobi-us/remark-nomnoml/compare/v0.0.3...v0.0.4) (2024-11-13) + + +### Bug Fixes + +* provide an esm build ([#10](https://github.com/zenobi-us/remark-nomnoml/issues/10)) ([9e19df8](https://github.com/zenobi-us/remark-nomnoml/commit/9e19df8005378588bf44ac2293f19f8969892a22)) + ## [0.0.3](https://github.com/zenobi-us/remark-nomnoml/compare/v0.0.2...v0.0.3) (2024-11-13) diff --git a/package.json b/package.json index a08d110..97b2bac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zenobius/remark-nomnoml", - "version": "0.0.3", + "version": "0.0.4", "dependencies": { "hast-util-from-html-isomorphic": "2.0.0", "hast-util-to-html": "^9.0.0",