mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
[ci] release
This commit is contained in:
parent
e0602bb245
commit
4e199cba11
@ -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
2
package-lock.json
generated
@ -12052,7 +12052,7 @@
|
||||
}
|
||||
},
|
||||
"packages/marko": {
|
||||
"version": "5.33.14",
|
||||
"version": "5.33.15",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.35.11",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user