diff --git a/.changeset/plenty-donkeys-cry.md b/.changeset/plenty-donkeys-cry.md deleted file mode 100644 index b184a96b..00000000 --- a/.changeset/plenty-donkeys-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Upgrade dependencies and configs diff --git a/CHANGELOG.md b/CHANGELOG.md index bdcf295c..9a1f6dd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.5.2 + +### Patch Changes + +- [#171](https://github.com/marko-js/htmljs-parser/pull/171) [`aa98807`](https://github.com/marko-js/htmljs-parser/commit/aa98807ef3e9f2d439e499f737bfe1b7c923983a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Upgrade dependencies and configs + ## 5.5.1 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 763a71ca..a51a46dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.5.1", + "version": "5.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.5.1", + "version": "5.5.2", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.5.0", diff --git a/package.json b/package.json index eb1ff229..6bb5312e 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.1", + "version": "5.5.2", "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.1",