Skip to content

Commit

Permalink
-> v1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Apr 2, 2017
1 parent 213c986 commit a3ecb67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Svelte changelog

## 1.13.4

* Prevent unclosed `<script>` tag causing infinite loop ([#435](https://github.com/sveltejs/svelte/pull/435))

## 1.13.3

* Correctly handle `{{true}}`, `{{false}}` and `{{null}}` ([#424](https://github.com/sveltejs/svelte/issues/424))
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.13.3",
"version": "1.13.4",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [
Expand Down

0 comments on commit a3ecb67

Please sign in to comment.