Skip to content

Commit

Permalink
chore: release v0.3.2 (#27)
Browse files Browse the repository at this point in the history
* chore: release v0.3.2

The draft release note is at https://github.com/google/node-fastify-auto-push/releases/tag/untagged-b3daa75e7778691e5355

* update fastify-static to v0.10.1
  • Loading branch information
jinwoo authored Apr 17, 2018
1 parent d597106 commit d885d4b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 25 deletions.
21 changes: 7 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-auto-push",
"version": "0.3.1",
"version": "0.3.2",
"description": "HTTP/2 auto-push middleware for fastify",
"main": "build/src/index.js",
"types": "build/src/index",
Expand Down Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"cookie": "^0.3.1",
"fastify-plugin": "^1.0.0",
"fastify-static": "^0.10.0",
"fastify-static": "^0.10.1",
"h2-auto-push": "^0.3.1"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions samples/static-page/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/static-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"argparse": "^1.0.10",
"fastify": "^1.0.0",
"fastify-auto-push": "^0.3.1",
"fastify-static": "^0.10.0"
"fastify-auto-push": "^0.3.2",
"fastify-static": "^0.10.1"
}
}

0 comments on commit d885d4b

Please sign in to comment.