Skip to content

Commit e8fee89

Browse files
authored
chore: release 2.4.1 (#24)
2 parents f53be7c + cc95ea7 commit e8fee89

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.4.0"
2+
".": "2.4.1"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.4.1](https://github.com/infodusha/define-html/compare/v2.4.0...v2.4.1) (2024-07-22)
4+
5+
6+
### Bug Fixes
7+
8+
* build compiler ([f53be7c](https://github.com/infodusha/define-html/commit/f53be7cf7a7e1a384c6cd7b47f220c04d8657f36))
9+
310
## [2.4.0](https://github.com/infodusha/define-html/compare/v2.3.0...v2.4.0) (2024-07-22)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "define-html",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Define custom element to import in html",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)