diff --git a/.changeset/petite-webs-sing.md b/.changeset/petite-webs-sing.md deleted file mode 100644 index 37dd908d..00000000 --- a/.changeset/petite-webs-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Use normal enum for TagType which allows easier usage in consuming packages. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ad9e72e..d87e759b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.8.1 + +### Patch Changes + +- [#207](https://github.com/marko-js/htmljs-parser/pull/207) [`572cce0`](https://github.com/marko-js/htmljs-parser/commit/572cce0ed34c5505a5e54b5a690500b5ba576ae5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Use normal enum for TagType which allows easier usage in consuming packages. + ## 5.8.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index a9af732d..3a259076 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.8.0", + "version": "5.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.8.0", + "version": "5.8.1", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.5.0", diff --git a/package.json b/package.json index 25939c86..60044d07 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "htmljs-parser", "description": "An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values", - "version": "5.8.0", + "version": "5.8.1", "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.1",