From 7d805dbda62bb7abc1a934833a1570f8589a4af8 Mon Sep 17 00:00:00 2001 From: Alexander Fenster Date: Tue, 21 Apr 2020 19:45:07 -0700 Subject: [PATCH] chore: release 0.3.1 --- grpc-gcp/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grpc-gcp/package.json b/grpc-gcp/package.json index ae73780..f1913e8 100644 --- a/grpc-gcp/package.json +++ b/grpc-gcp/package.json @@ -1,6 +1,6 @@ { "name": "grpc-gcp", - "version": "0.3.0", + "version": "0.3.1", "description": "Extension for supporting Google Cloud Platform specific features for gRPC.", "main": "build/src/index.js", "scripts": { @@ -11,6 +11,7 @@ "eslint": "./node_modules/.bin/eslint test/integration", "check": "gts check", "fix": "gts fix", + "prepare": "npm run build", "prettier": "prettier --write src/*.ts test/**/*.js", "coverage": "nyc ./node_modules/.bin/_mocha test/unit test/integration --reporter spec --timeout 600000" },