Version Packages (#9491)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/9498/head svelte@4.2.4
github-actions[bot] 8 months ago committed by GitHub
parent 11f4335ae2
commit 2ea17648f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: handle closing tags inside attribute values

@ -1,5 +1,11 @@
# svelte
## 4.2.4
### Patch Changes
- fix: handle closing tags inside attribute values ([#9486](https://github.com/sveltejs/svelte/pull/9486))
## 4.2.3
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "4.2.3",
"version": "4.2.4",
"description": "Cybernetically enhanced web apps",
"type": "module",
"module": "src/runtime/index.js",

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '4.2.3';
export const VERSION = '4.2.4';
export const PUBLIC_VERSION = '4';

Loading…
Cancel
Save