Version Packages (#15965)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/15966/head svelte@4.2.20
github-actions[bot] 4 months ago committed by GitHub
parent 8286164143
commit 49d1f1d265
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: properly remove event listeners in Component's removeEventListener

@ -1,5 +1,11 @@
# svelte
## 4.2.20
### Patch Changes
- fix: properly remove event listeners in Component's removeEventListener ([#13556](https://github.com/sveltejs/svelte/pull/13556))
## 4.2.19
### Patch Changes

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

Loading…
Cancel
Save