-> v0.14.2

This commit is contained in:
Rich Harris
2018-07-14 21:05:39 -04:00
parent 091e38082e
commit b75ae7ba96
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.14.2
* Prevent unsafe replacements ([#307](https://github.com/sveltejs/sapper/pull/307))
## 0.14.1
* Route parameters can be qualified with regex characters ([#283](https://github.com/sveltejs/sapper/pull/283))

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.14.1",
"version": "0.14.2",
"description": "Military-grade apps, engineered by Svelte",
"main": "dist/middleware.ts.js",
"bin": {