diff --git a/.changeset/eighty-pandas-relate.md b/.changeset/eighty-pandas-relate.md deleted file mode 100644 index ea8012c8dc..0000000000 --- a/.changeset/eighty-pandas-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"marko": patch ---- - -Update markoc cli to allow striping types. diff --git a/package-lock.json b/package-lock.json index 118b9db9cd..50679015f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9968,7 +9968,7 @@ } }, "packages/marko": { - "version": "5.21.3", + "version": "5.21.4", "license": "MIT", "dependencies": { "@marko/compiler": "^5.21.7", diff --git a/packages/marko/CHANGELOG.md b/packages/marko/CHANGELOG.md index 431ed31123..1fb56c6266 100644 --- a/packages/marko/CHANGELOG.md +++ b/packages/marko/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.21.4 + +### Patch Changes + +- [#1832](https://github.com/marko-js/marko/pull/1832) [`20dd7b088`](https://github.com/marko-js/marko/commit/20dd7b08800d49fe99badd4faa540bcfefa7b681) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Update markoc cli to allow striping types. + ## 5.21.3 ### Patch Changes diff --git a/packages/marko/package.json b/packages/marko/package.json index f4c3e470b0..9b8b7d1778 100644 --- a/packages/marko/package.json +++ b/packages/marko/package.json @@ -1,6 +1,6 @@ { "name": "marko", - "version": "5.21.3", + "version": "5.21.4", "license": "MIT", "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", "dependencies": {