diff --git a/.changeset/mean-buses-mate.md b/.changeset/mean-buses-mate.md deleted file mode 100644 index 2002a850..00000000 --- a/.changeset/mean-buses-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Fixes a parse error where division is immediately followed by enclosed code. diff --git a/CHANGELOG.md b/CHANGELOG.md index 112def6e..614b1326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.1.5 + +### Patch Changes + +- [#138](https://github.com/marko-js/htmljs-parser/pull/138) [`8c34227`](https://github.com/marko-js/htmljs-parser/commit/8c342277b2c5be4899f5d973a2acdeb60ba3edd7) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fixes a parse error where division is immediately followed by enclosed code. + ## 5.1.4 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index b1a8e7d8..5eab53c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.1.4", + "version": "5.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.1.4", + "version": "5.1.5", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.4.6", diff --git a/package.json b/package.json index 85321e65..03397a67 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.4", + "version": "5.1.5", "devDependencies": { "@changesets/changelog-github": "^0.4.6", "@changesets/cli": "^2.24.1",