0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00

-> v1.0.6

This commit is contained in:
Rich-Harris 2016-12-02 11:36:05 -05:00
parent 399db5d08a
commit 553157bdd9
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Svelte changelog
## 1.0.6
* Generate useful sourcemaps ([#60](https://github.com/sveltejs/svelte/issues/60))
## 1.0.5
* Ensure compiler only generates ES5 code ([#75](https://github.com/sveltejs/svelte/issues/75))

View File

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "1.0.5",
"version": "1.0.6",
"description": "The magical disappearing UI framework",
"main": "dist/svelte.js",
"files": [