Skip to content

Commit f95656c

Browse files
committed
-> v1.0.1
1 parent da98098 commit f95656c

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.0.1
4+
5+
* Preserve SVG namespace inside each blocks
6+
* Always use `setAttribute` with SVG elements
7+
38
## 1.0.0
49

510
* Generate AMD, CJS, IIFE and UMD builds

package.json

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

0 commit comments

Comments
 (0)