Version Packages

pull/17035/head
github-actions[bot] 1 week ago
parent 657ec89caa
commit 14f2f7e006

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: ignore fork `discard()` after `commit()`

@ -1,5 +1,11 @@
# svelte
## 5.42.1
### Patch Changes
- fix: ignore fork `discard()` after `commit()` ([#17034](https://github.com/sveltejs/svelte/pull/17034))
## 5.42.0
### Minor Changes

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

Loading…
Cancel
Save