Skip to content

Commit ec45c41

Browse files
authoredJul 22, 2024··
chore: release 2.6.0 (#27)
2 parents 3104cca + 3f6d985 commit ec45c41

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.5.0"
2+
".": "2.6.0"
33
}

‎CHANGELOG.md

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

3+
## [2.6.0](https://github.com/infodusha/define-html/compare/v2.5.0...v2.6.0) (2024-07-22)
4+
5+
6+
### Features
7+
8+
* **compiler:** add runtime copy ([3104cca](https://github.com/infodusha/define-html/commit/3104ccabfe3f6cd9d24fd33ad9f2d858f10b11d0))
9+
310
## [2.5.0](https://github.com/infodusha/define-html/compare/v2.4.2...v2.5.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.5.0",
3+
"version": "2.6.0",
44
"description": "Define custom element to import in html",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)
Please sign in to comment.