From f493dccaa685b11f5254b38c444287645a2a8289 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sun, 1 Apr 2018 16:55:55 -0400 Subject: [PATCH] -> v1.60.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7194092c22..3c59d27d5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.60.0 + +* Spread properties ([#195](https://github.com/sveltejs/svelte/issues/195)) +* `svelte.compile` returns an object with `{ js, css, ast }` properties, where `js` and `css` are `{ code, map }` objects ([#1298](https://github.com/sveltejs/svelte/pull/1298)) +* Fixed broken compile errors when using Rollup ([#1296](https://github.com/sveltejs/svelte/pull/1296)) + ## 1.59.0 * Deprecate `teardown` in custom event handlers ([#531](https://github.com/sveltejs/svelte/issues/531)) diff --git a/package.json b/package.json index b2a1b8f93a..d8b09ddd3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.59.0", + "version": "1.60.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [