From c52ccea9ac6483954355bea0c62d086af554a671 Mon Sep 17 00:00:00 2001 From: Jinwoo Lee Date: Wed, 7 Feb 2018 13:07:52 -0800 Subject: [PATCH] chore: release v0.3.0 (#11) * chore: release v0.3.0 Draft release note is in https://github.com/google/node-fastify-auto-push/releases/tag/untagged-8b3e9587e08584b14d56 * add the AUTHORS file to the npm package --- package-lock.json | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a46de7f..2367d8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fastify-auto-push", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f8b5717..7cf8a0f 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name": "fastify-auto-push", - "version": "0.2.0", + "version": "0.3.0", "description": "HTTP/2 auto-push middleware for fastify", "main": "build/src/index.js", "types": "build/src/index", "files": [ + "AUTHORS", "CONTRIBUTING.md", "LICENSE", "README.md",