-> v0.7.5

This commit is contained in:
Rich Harris
2018-02-28 13:40:42 -05:00
parent f475634d8d
commit 9bebb56bd6
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.7.5
* Allow dynamic parameters inside route parts ([#139](https://github.com/sveltejs/sapper/issues/139))
## 0.7.4
* Force `NODE_ENV='production'` when running `build` or `export` ([#141](https://github.com/sveltejs/sapper/issues/141))

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.7.4",
"version": "0.7.5",
"description": "Military-grade apps, engineered by Svelte",
"main": "middleware.js",
"bin": {