diff --git a/CHANGELOG.md b/CHANGELOG.md index a2ecb8e36f..193a2ad4c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 3.29.2 + +* Republish with proper UMD build for use in the REPL + ## 3.29.1 * Fix compiler hanging on `` ([#5475](https://github.com/sveltejs/svelte/issues/5475)) diff --git a/package-lock.json b/package-lock.json index 18d6c80456..7680c7a817 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "3.29.1", + "version": "3.29.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 31d0270c2f..b80ed44c6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "3.29.1", + "version": "3.29.2", "description": "Cybernetically enhanced web apps", "module": "index.mjs", "main": "index",