diff --git a/.changeset/khaki-years-mix.md b/.changeset/khaki-years-mix.md deleted file mode 100644 index 62e83b82..00000000 --- a/.changeset/khaki-years-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Fix regression where typescript unary operators were being used in javascript contexts. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1729cded..bf68fbe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.7.2 + +### Patch Changes + +- [#192](https://github.com/marko-js/htmljs-parser/pull/192) [`eed2eb1`](https://github.com/marko-js/htmljs-parser/commit/eed2eb1eba4a3a5275b03ec4a07bfcf7da2ac7dd) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix regression where typescript unary operators were being used in javascript contexts. + ## 5.7.1 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index aac03ac7..8dcf4441 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.7.1", + "version": "5.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.7.1", + "version": "5.7.2", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.5.0", diff --git a/package.json b/package.json index 0a4bf552..742357fa 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.7.1", + "version": "5.7.2", "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.1",