Skip to content

Commit db486ab

Browse files
committedFeb 28, 2017
-> v1.7.1
1 parent c3ebf25 commit db486ab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

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

3+
## 1.7.1
4+
5+
* Deconflict imports and shared helpers ([#222](https://github.com/sveltejs/svelte/issues/222))
6+
* Deconflict each-block contexts and reserved words ([#222](https://github.com/sveltejs/svelte/issues/222))
7+
* Allow shorthand properties in expressions ([#296](https://github.com/sveltejs/svelte/issues/296))
8+
39
## 1.7.0
410

511
* Include CSS AST in `svelte.parse` output ([#302](https://github.com/sveltejs/svelte/pull/302))

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.