Skip to content

Commit

Permalink
-> v2.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Oct 24, 2018
1 parent d49f5f2 commit c29dc42
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

## 2.14.3

* Account for directive dependencies ([#1793](https://github.com/sveltejs/svelte/issues/1793))
* Detach each block iterations in each blocks with no update method ([#1795](https://github.com/sveltejs/svelte/issues/1795))

## 2.14.2

* Fix issue with nested `{#if}` blocks ([#1780](https://github.com/sveltejs/svelte/issues/1780))
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": "2.14.2",
"version": "2.14.3",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"bin": {
Expand Down

0 comments on commit c29dc42

Please sign in to comment.