diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f9bd6196..2cb521f39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Svelte changelog -## Unreleased +## 3.53.1 +* Fix exception in `rel=` attribute check with dynamic values ([#7994](https://github.com/sveltejs/svelte/issues/7994)) * Do not emit deprecation warnings for `css` compiler options for now ([#8009](https://github.com/sveltejs/svelte/issues/8009)) +* Make compiler run in browser again ([#8010](https://github.com/sveltejs/svelte/issues/8010)) +* Upgrade `tslib` ([#8013](https://github.com/sveltejs/svelte/issues/8013)) ## 3.53.0 diff --git a/package-lock.json b/package-lock.json index 57f1d143e..59c853fa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "svelte", - "version": "3.53.0", + "version": "3.53.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "svelte", - "version": "3.53.0", + "version": "3.53.1", "license": "MIT", "devDependencies": { "@ampproject/remapping": "^0.3.0", diff --git a/package.json b/package.json index 04da27a4a..2aa56623c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "3.53.0", + "version": "3.53.1", "description": "Cybernetically enhanced web apps", "module": "index.mjs", "main": "index",