diff --git a/CHANGELOG.md b/CHANGELOG.md index fddab48189..dbb1be91af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 2.13.0 + +* Add `class` directive ([#890](https://github.com/sveltejs/svelte/issues/890)) +* Remove sourcemaps from npm package ([#1690](https://github.com/sveltejs/svelte/pull/1690)) + ## 2.12.1 * Allow actions to take any expression ([#1676](https://github.com/sveltejs/svelte/issues/1676)) diff --git a/package.json b/package.json index 740743048b..18dbdabfb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.12.1", + "version": "2.13.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {