pull/438/head v1.13.4
Rich-Harris 8 years ago
parent 213c986b80
commit a3ecb67977

@ -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))

@ -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": [

Loading…
Cancel
Save