Skip to content

Commit cc95ea7

Browse files
committed
chore: release 2.4.1
1 parent f53be7c commit cc95ea7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)