diff --git a/.changeset/blue-phones-agree.md b/.changeset/blue-phones-agree.md deleted file mode 100644 index b101cb19..00000000 --- a/.changeset/blue-phones-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Optimize parser constructor to avoid initializing unecessary properties. diff --git a/.changeset/moody-donuts-enjoy.md b/.changeset/moody-donuts-enjoy.md deleted file mode 100644 index 801b6479..00000000 --- a/.changeset/moody-donuts-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Improve missing attribute error when the tag is immediately closed without the attribute value. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d630b0b..112def6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # htmljs-parser +## 5.1.4 + +### Patch Changes + +- [#136](https://github.com/marko-js/htmljs-parser/pull/136) [`b5fa4d0`](https://github.com/marko-js/htmljs-parser/commit/b5fa4d02599cf8ec840d70e813b08959ba0ec21d) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Optimize parser constructor to avoid initializing unecessary properties. + +* [#134](https://github.com/marko-js/htmljs-parser/pull/134) [`cdbc6b2`](https://github.com/marko-js/htmljs-parser/commit/cdbc6b2cfb22070f2330e7e37eb61a79e21f0c4d) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve missing attribute error when the tag is immediately closed without the attribute value. + ## 5.1.3 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index f3a939ad..b1a8e7d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.1.3", + "version": "5.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.1.3", + "version": "5.1.4", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.4.6", diff --git a/package.json b/package.json index 6463b3a5..85321e65 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.1.3", + "version": "5.1.4", "devDependencies": { "@changesets/changelog-github": "^0.4.6", "@changesets/cli": "^2.24.1",