bump version

This commit is contained in:
Richard Harris
2019-04-21 13:31:57 -04:00
parent 81553df7cb
commit 386b378b9a
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.25.1
* Fix style injection for webpack apps ([#622](https://github.com/sveltejs/sapper/pull/622))
## 0.25.0
* Force refresh on `goto(current_url)` ([#484](https://github.com/sveltejs/sapper/pull/484))

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.25.0",
"version": "0.25.1",
"description": "Military-grade apps, engineered by Svelte",
"bin": {
"sapper": "./sapper"