Version Packages

pull/9512/head
github-actions[bot] 3 years ago
parent 9a97d5c547
commit 32649252c5

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: ignore expressions in top level script/style tag attributes

@ -1,5 +1,11 @@
# svelte
## 4.2.5
### Patch Changes
- fix: ignore expressions in top level script/style tag attributes ([#9498](https://github.com/sveltejs/svelte/pull/9498))
## 4.2.4
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "4.2.4",
"version": "4.2.5",
"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.4';
export const VERSION = '4.2.5';
export const PUBLIC_VERSION = '4';

Loading…
Cancel
Save