Skip to content

Commit

Permalink
-> v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Nov 30, 2016
1 parent 1de8794 commit a59dc64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Svelte changelog

## 1.0.4

* Handle empty attributes in elements and components ([#63](https://github.com/sveltejs/svelte/issues/63))
* Detach top-level text nodes inside departing each blocks ([#62](https://github.com/sveltejs/svelte/issues/62))

## 1.0.3

* Better generated code for `if` blocks, especially with `else`/`elseif` chains ([#28](https://github.com/sveltejs/svelte/pull/28))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "1.0.3",
"version": "1.0.4",
"description": "The magical disappearing UI framework",
"main": "dist/svelte.js",
"files": [
Expand Down

0 comments on commit a59dc64

Please sign in to comment.