Skip to content

Commit 87ef5ff

Browse files
committedAug 28, 2017
-> v1.33.0
1 parent 6fad3cb commit 87ef5ff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Svelte changelog
22

3+
## 1.33.0
4+
5+
* Replace `{{yield}}` with `<slot>` — adds fallback content named slots, and `options.slots` ([#763](https://github.com/sveltejs/svelte/issues/763))
6+
37
## 1.32.0
48

59
* Allow `anchor` initialisation option, alongside `target` ([#784](https://github.com/sveltejs/svelte/issues/784))

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "1.32.0",
3+
"version": "1.33.0",
44
"description": "The magical disappearing UI framework",
55
"main": "compiler/svelte.js",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.