diff --git a/.changeset/floppy-shirts-beg.md b/.changeset/floppy-shirts-beg.md deleted file mode 100644 index b165c279..00000000 --- a/.changeset/floppy-shirts-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": minor ---- - -When parsing statements, consume any indented content without errors. diff --git a/CHANGELOG.md b/CHANGELOG.md index 662c8482..b7b6f174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.6.0 + +### Minor Changes + +- [#180](https://github.com/marko-js/htmljs-parser/pull/180) [`22bfdda`](https://github.com/marko-js/htmljs-parser/commit/22bfdda84034970787a61114e9bc20e8b9d78f17) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - When parsing statements, consume any indented content without errors. + ## 5.5.4 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 92be0677..84f71fea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.5.4", + "version": "5.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.5.4", + "version": "5.6.0", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.5.0", diff --git a/package.json b/package.json index 7bbfc2a8..9c30a31c 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.5.4", + "version": "5.6.0", "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.1",