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:
parent
399db5d08a
commit
553157bdd9
@ -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))
|
||||
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user