Version Packages

pull/17802/head
github-actions[bot] 1 week ago
parent 0df5abcae2
commit 1d662286c9

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: escape `innerText` and `textContent` bindings of `contenteditable`

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: sanitize `transformError` values prior to embedding in HTML comments

@ -1,5 +1,13 @@
# svelte
## 5.53.5
### Patch Changes
- fix: escape `innerText` and `textContent` bindings of `contenteditable` ([`0df5abcae223058ceb95491470372065fb87951d`](https://github.com/sveltejs/svelte/commit/0df5abcae223058ceb95491470372065fb87951d))
- fix: sanitize `transformError` values prior to embedding in HTML comments ([`0298e979371bb583855c9810db79a70a551d22b9`](https://github.com/sveltejs/svelte/commit/0298e979371bb583855c9810db79a70a551d22b9))
## 5.53.4
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.53.4",
"version": "5.53.5",
"type": "module",
"types": "./types/index.d.ts",
"engines": {

@ -4,5 +4,5 @@
* The current version, as set in package.json.
* @type {string}
*/
export const VERSION = '5.53.4';
export const VERSION = '5.53.5';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save