diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d03fa52..db7ad90 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3ab1a..b0ff2c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.4.0](https://github.com/infodusha/define-html/compare/v2.3.0...v2.4.0) (2024-07-22) + + +### Features + +* add biome ([50bf902](https://github.com/infodusha/define-html/commit/50bf90280fde6112ef30edbb3cbdddbd8b2e1e16)) +* add docs ([1884ce1](https://github.com/infodusha/define-html/commit/1884ce17af3055f695f7bce0037f60bdec769465)) +* add more docs ([3d3b7a3](https://github.com/infodusha/define-html/commit/3d3b7a3cbafc13c492bb5983b3a13cd00aa4b664)) +* introduce compiler ([9b8e3d8](https://github.com/infodusha/define-html/commit/9b8e3d8d8758dbd5c2249c35a91be0554afaebee)) + ## [2.3.0](https://github.com/infodusha/define-html/compare/v2.2.1...v2.3.0) (2023-09-13) diff --git a/package.json b/package.json index bd7ce9d..0c31603 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "define-html", - "version": "2.3.0", + "version": "2.4.0", "description": "Define custom element to import in html", "main": "dist/index.js", "type": "module",