diff --git a/.changeset/eleven-chicken-share.md b/.changeset/eleven-chicken-share.md deleted file mode 100644 index 46f0c745..00000000 --- a/.changeset/eleven-chicken-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Expose extra information about statement and attr value validity. diff --git a/CHANGELOG.md b/CHANGELOG.md index d87e759b..755e2a99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.8.2 + +### Patch Changes + +- [#209](https://github.com/marko-js/htmljs-parser/pull/209) [`ae1be31`](https://github.com/marko-js/htmljs-parser/commit/ae1be31a5046673a71a96fe7a932fbd6d01fcd9f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Expose extra information about statement and attr value validity. + ## 5.8.1 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 3a259076..6f9f2251 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.8.1", + "version": "5.8.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.8.1", + "version": "5.8.2", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.5.0", diff --git a/package.json b/package.json index 60044d07..c8a86a9d 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.1", + "version": "5.8.2", "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.1",