diff --git a/.changeset/warm-olives-warn.md b/.changeset/warm-olives-warn.md deleted file mode 100644 index ab93e6fe..00000000 --- a/.changeset/warm-olives-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": minor ---- - -Allow indented javascript style comments that are not under a parent tag in concise mode. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c6a4a63..0a83ff9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.5.0 + +### Minor Changes + +- [#164](https://github.com/marko-js/htmljs-parser/pull/164) [`13a33a3`](https://github.com/marko-js/htmljs-parser/commit/13a33a3499889b4abf3001cf505b08558e303eea) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Allow indented javascript style comments that are not under a parent tag in concise mode. + ## 5.4.3 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 07d6b876..85669991 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.4.3", + "version": "5.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.4.3", + "version": "5.5.0", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.4.7", diff --git a/package.json b/package.json index 4f0c41da..c8be1131 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.4.3", + "version": "5.5.0", "devDependencies": { "@changesets/changelog-github": "^0.4.7", "@changesets/cli": "^2.25.2",