Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Commit d2511bd

Browse files
committed
-> v0.4.1
1 parent 17cb192 commit d2511bd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## 0.4.1
4+
5+
* Fix syntax error ([#188](https://github.com/sveltejs/svelte-repl/pull/188))
6+
37
## 0.4.0
48

59
* Track unsaved changes and warn when closing browser tab ([#156](https://github.com/sveltejs/svelte-repl/pull/156))

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/svelte-repl",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "The <Repl> component used on the Svelte website",
55
"main": "src/Repl.svelte",
66
"svelte": "src/Repl.svelte",

0 commit comments

Comments
 (0)