Skip to content

Commit 82c8192

Browse files
committed
chore: release 3.1.0
1 parent d772503 commit 82c8192

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-
".": "3.0.0"
2+
".": "3.1.0"
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+
## [3.1.0](https://github.com/infodusha/define-html/compare/v3.0.0...v3.1.0) (2025-01-03)
4+
5+
6+
### Features
7+
8+
* upgrade bun ([d772503](https://github.com/infodusha/define-html/commit/d77250366d244fbae890e549e587b9d81f254515))
9+
310
## [3.0.0](https://github.com/infodusha/define-html/compare/v2.6.0...v3.0.0) (2024-07-30)
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": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Define custom element to import in html",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)