Skip to content

Commit aab6df5

Browse files
committed
-> v1.0.0
1 parent 7266f52 commit aab6df5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Svelte changelog
22

3+
## 1.0.0
4+
5+
* Generate AMD, CJS, IIFE and UMD builds
6+
* Correctly insert text nodes before anchors
7+
38
## 0.3.0
49

510
* Fix bug where departing element would unset `ref` incorrectly ([#24](https://github.com/sveltejs/svelte/issues/24))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"description": "The magical disappearing UI framework",
55
"main": "dist/svelte.js",
66
"files": [

0 commit comments

Comments
 (0)