We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f84e75e + b1ae5b9 commit c6d8662Copy full SHA for c6d8662
3 files changed
CHANGELOG.md
@@ -0,0 +1,7 @@
1
+# fastboot-app-server Changelog
2
+
3
+### 1.1.0
4
5
+* README updates
6
+* Bumping version of `base-auth` to 2.0.0
7
+* Bumping version of `fastboot` and `fastboot-express-middleware` to 1.1.0
package.json
@@ -29,8 +29,8 @@
29
"chalk": "^2.0.1",
30
"compression": "^1.6.2",
31
"express": "^4.13.3",
32
- "fastboot": "^1.0.0",
33
- "fastboot-express-middleware": "^1.0.0",
+ "fastboot": "^1.1.0",
+ "fastboot-express-middleware": "^1.1.0",
34
"fs-promise": "^2.0.3",
35
"request": "^2.81.0"
36
},
0 commit comments