diff --git a/.changeset/gorgeous-laws-grin.md b/.changeset/gorgeous-laws-grin.md deleted file mode 100644 index af8281ff..00000000 --- a/.changeset/gorgeous-laws-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Fix regression that causes incorrect expression continuations after regexps. diff --git a/CHANGELOG.md b/CHANGELOG.md index 922c15b6..96ca0711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.0.3 + +### Patch Changes + +- [#121](https://github.com/marko-js/htmljs-parser/pull/121) [`b1e68a3`](https://github.com/marko-js/htmljs-parser/commit/b1e68a300e75aeb538b1045dfd20b451abd74d09) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix regression that causes incorrect expression continuations after regexps. + ## 5.0.2 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 5687328b..0f1b073d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.0.2", + "version": "5.0.3", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.4.4", diff --git a/package.json b/package.json index 0ae1ccf9..dafbc6ff 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.0.2", + "version": "5.0.3", "devDependencies": { "@changesets/changelog-github": "^0.4.4", "@changesets/cli": "^2.22.0",