From aab6df51fdc232e7047f039a710431a085041eed Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 29 Nov 2016 10:57:44 -0500 Subject: [PATCH] -> v1.0.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af45cc06a3..986bdbb68f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.0.0 + +* Generate AMD, CJS, IIFE and UMD builds +* Correctly insert text nodes before anchors + ## 0.3.0 * Fix bug where departing element would unset `ref` incorrectly ([#24](https://github.com/sveltejs/svelte/issues/24)) diff --git a/package.json b/package.json index b0d6308cd3..96b67631dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "0.3.0", + "version": "1.0.0", "description": "The magical disappearing UI framework", "main": "dist/svelte.js", "files": [