From 9addc5f07719d07a2e86d1e99d77b4ce24db0e81 Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Sun, 4 Aug 2019 20:46:26 -0400 Subject: [PATCH] -> v3.7.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b58bd9645e..7c54df1c6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Svelte changelog +## 3.7.0 + +* Disable warnings via `svelte-ignore` comments ([#3351](https://github.com/sveltejs/svelte/pull/3351)) +* Throw if `$` or `$$...` is referenced as global ([#3272](https://github.com/sveltejs/svelte/issues/3272)) +* Remount HTML tags correctly ([#3329](https://github.com/sveltejs/svelte/pull/3329)) +* Treat data attributes like other attributes ([#3337](https://github.com/sveltejs/svelte/issues/3337)) + ## 3.6.11 * Handle reassigned RxJS observables ([#3304](https://github.com/sveltejs/svelte/issues/3304)) diff --git a/package.json b/package.json index 9ee2d85e9a..fac069aca5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "3.6.11", + "version": "3.7.0", "description": "Cybernetically enhanced web apps", "module": "index.mjs", "main": "index",