diff --git a/CHANGELOG.md b/CHANGELOG.md index 53175a203c..6a793083a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Svelte changelog -## Unreleased +## 3.32.0 -* Allow multiple instances of the same action on an element ([#5516](https://github.com/sveltejs/svelte/pull/5516)) +* Allow multiple instances of the same action on an element ([#5516](https://github.com/sveltejs/svelte/issue/5516)) * Support `foreign` namespace, which disables certain HTML5-specific behaviour and checks ([#5652](https://github.com/sveltejs/svelte/pull/5652)) * Support inline comment sourcemaps in code from preprocessors ([#5854](https://github.com/sveltejs/svelte/pull/5854)) diff --git a/package-lock.json b/package-lock.json index 186c738181..b575725c47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "3.31.2", + "version": "3.32.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4a5449c548..bc6cca85ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "3.31.2", + "version": "3.32.0", "description": "Cybernetically enhanced web apps", "module": "index.mjs", "main": "index",