Skip to content

Commit 946adf9

Browse files
committed
-> v1.5.0
1 parent 5cd2ec9 commit 946adf9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 1.5.0
4+
5+
* Implement `standalone: false` ([#9](https://github.com/sveltejs/svelte/issues/9))
6+
* SSR: Handle component directives ([216](https://github.com/sveltejs/svelte/issues/216))
7+
38
## 1.4.0
49

510
* Keyed `each` blocks ([#81](https://github.com/sveltejs/svelte/issues/81))

package.json

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

0 commit comments

Comments
 (0)