diff --git a/.changeset/late-cougars-attend.md b/.changeset/late-cougars-attend.md deleted file mode 100644 index 438e5441..00000000 --- a/.changeset/late-cougars-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Fix issue with onCloseTagStart not called for text mode tags (eg style, script, textarea & html-comment). diff --git a/CHANGELOG.md b/CHANGELOG.md index 04a8fe4b..e135dfff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.0.1 + +### Patch Changes + +- [#117](https://github.com/marko-js/htmljs-parser/pull/117) [`8bd3c40`](https://github.com/marko-js/htmljs-parser/commit/8bd3c4057d485d6b1e47f15bd48e333e25b9951e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with onCloseTagStart not called for text mode tags (eg style, script, textarea & html-comment). + ## 5.0.0 ### Major Changes diff --git a/package-lock.json b/package-lock.json index 6020d729..4432a05f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.4.4", diff --git a/package.json b/package.json index a7180881..12cd2a8a 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.0", + "version": "5.0.1", "devDependencies": { "@changesets/changelog-github": "^0.4.4", "@changesets/cli": "^2.22.0",