diff --git a/.changeset/afraid-radios-begin.md b/.changeset/afraid-radios-begin.md deleted file mode 100644 index 1c9fc226..00000000 --- a/.changeset/afraid-radios-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": minor ---- - -Add "isValidScriptlet" api. diff --git a/CHANGELOG.md b/CHANGELOG.md index 247ca398..988caac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.10.0 + +### Minor Changes + +- [#213](https://github.com/marko-js/htmljs-parser/pull/213) [`f64e525`](https://github.com/marko-js/htmljs-parser/commit/f64e525d48b74458c3dc4d3948208f8fd15bf313) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Add "isValidScriptlet" api. + ## 5.9.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index aee43153..88912a37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.9.0", + "version": "5.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.9.0", + "version": "5.10.0", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.5.0", diff --git a/package.json b/package.json index 4732ea8b..d81482d8 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.9.0", + "version": "5.10.0", "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.1",