From df149b92f9a4559df87e5510184a8214e121dff2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Sep 2021 08:56:59 +0000 Subject: [PATCH] release: v0.1.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eccdce..e283ea4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.1.3](https://github.com/zcong1993/node-grpc-health-check/compare/v0.1.2...v0.1.3) (2021-09-23) + +### Bug Fixes + +- build ([51b3c50](https://github.com/zcong1993/node-grpc-health-check/commit/51b3c50713ebe100e9a5730973abd951795bf315)) + ## [0.1.2](https://github.com/zcong1993/node-grpc-health-check/compare/v0.1.1...v0.1.2) (2021-09-23) ## [0.1.1](https://github.com/zcong1993/node-grpc-health-check/compare/v0.1.0...v0.1.1) (2021-09-22) diff --git a/package.json b/package.json index d2a8bde..05b20f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zcong/node-grpc-health-check", - "version": "0.1.2", + "version": "0.1.3", "description": "Health check client and service for use with @grpc/grpc-js.", "main": "./dist/index.js", "files": [