Skip to content

Commit

Permalink
chore: release 2.5.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
infodusha authored Jul 22, 2024
2 parents 045d782 + 7f27680 commit 717669c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.4.2"
".": "2.5.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.5.0](https://github.com/infodusha/define-html/compare/v2.4.2...v2.5.0) (2024-07-22)


### Features

* outdir for compiler ([045d782](https://github.com/infodusha/define-html/commit/045d782ff1d6a4576af7cc22fe46e0cc8c5d24e7))
* replace jsdom with cheerio ([adfe095](https://github.com/infodusha/define-html/commit/adfe09553cf65fa59ec256ff626731b94b593cce))

## [2.4.2](https://github.com/infodusha/define-html/compare/v2.4.1...v2.4.2) (2024-07-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "define-html",
"version": "2.4.2",
"version": "2.5.0",
"description": "Define custom element to import in html",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 717669c

Please sign in to comment.