Version Packages

pull/17037/head
github-actions[bot] 2 days ago
parent b5e23a6d13
commit f31a7c63a3

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: better error message for global variable assignments

@ -1,5 +0,0 @@
---
'svelte': patch
---
chore: tweak memoizer logic

@ -1,5 +1,13 @@
# svelte
## 5.42.2
### Patch Changes
- fix: better error message for global variable assignments ([#17036](https://github.com/sveltejs/svelte/pull/17036))
- chore: tweak memoizer logic ([#17042](https://github.com/sveltejs/svelte/pull/17042))
## 5.42.1
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.42.1",
"version": "5.42.2",
"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.42.1';
export const VERSION = '5.42.2';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save