diff --git a/.changeset/funny-pens-peel.md b/.changeset/funny-pens-peel.md deleted file mode 100644 index 2116b2a1..00000000 --- a/.changeset/funny-pens-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Fix regexp charset parsing issue. diff --git a/.changeset/major-experts-start.md b/.changeset/major-experts-start.md deleted file mode 100644 index 1cce7fb9..00000000 --- a/.changeset/major-experts-start.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": minor ---- - -Improve expression parsing for typescript, especially around multi line generics. diff --git a/CHANGELOG.md b/CHANGELOG.md index 76fa4193..13794524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # htmljs-parser +## 5.7.0 + +### Minor Changes + +- [#186](https://github.com/marko-js/htmljs-parser/pull/186) [`f297f19`](https://github.com/marko-js/htmljs-parser/commit/f297f19b8f2b27d41df99d98a1fbf0801e2c96ba) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve expression parsing for typescript, especially around multi line generics. + +### Patch Changes + +- [#187](https://github.com/marko-js/htmljs-parser/pull/187) [`1110d1d`](https://github.com/marko-js/htmljs-parser/commit/1110d1d8ed21f92e1dfa56d8f0ca17c719c19bc5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix regexp charset parsing issue. + ## 5.6.2 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 3fced12b..96017c2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.6.2", + "version": "5.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.6.2", + "version": "5.7.0", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.5.0", diff --git a/package.json b/package.json index d85e1568..f8a557c2 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.6.2", + "version": "5.7.0", "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.1",