From 9996b422a5690d4e59c470a75e5959b6fd7b0981 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 1 Mar 2017 18:34:46 -0500 Subject: [PATCH] -> v1.9.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6e938a0bc..f17e68c63d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.9.0 + +* Add development warnings ([#13](https://github.com/sveltejs/svelte/issues/13)), ([#320](https://github.com/sveltejs/svelte/pull/320)), ([#177](https://github.com/sveltejs/svelte/issues/177)), ([#249](https://github.com/sveltejs/svelte/issues/249)) +* Better error if parser encounters an unmatched closing tag ([#321](https://github.com/sveltejs/svelte/issues/321)) + ## 1.8.1 * Allow implicitly closed elements ([#318](https://github.com/sveltejs/svelte/pull/318)) diff --git a/package.json b/package.json index 5800b51b98..093f7dc691 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.8.1", + "version": "1.9.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [