[ci] release

This commit is contained in:
github-actions[bot] 2024-04-11 18:51:07 +00:00 committed by Dylan Piercey
parent e0602bb245
commit 4e199cba11
4 changed files with 8 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
"marko": patch
---
Improve the html content escape helpers. The existing implementations no longer maintain an edge in newer versions of node and the regexp based versions are faster.

2
package-lock.json generated
View File

@ -12052,7 +12052,7 @@
}
},
"packages/marko": {
"version": "5.33.14",
"version": "5.33.15",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.35.11",

View File

@ -1,5 +1,11 @@
# Change Log
## 5.33.15
### Patch Changes
- [#2201](https://github.com/marko-js/marko/pull/2201) [`e0602bb`](https://github.com/marko-js/marko/commit/e0602bb245fbdd95dbdccba91762ea9375cabd12) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve the html content escape helpers. The existing implementations no longer maintain an edge in newer versions of node and the regexp based versions are faster.
## 5.33.14
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "marko",
"version": "5.33.14",
"version": "5.33.15",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"keywords": [
"front-end",