From 4346665d2c03b920958cf75d7706e870fdc770ec Mon Sep 17 00:00:00 2001 From: zzswang Date: Sun, 7 Oct 2018 16:18:26 +0800 Subject: [PATCH] chore(release): 0.1.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cedeaa1..df02799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.1.3](https://github.com/36node/whisper/compare/v0.1.2...v0.1.3) (2018-10-07) + + +### Bug Fixes + +* respond in the end anyway ([6cd0173](https://github.com/36node/whisper/commit/6cd0173)) + + + ## [0.1.2](https://github.com/36node/whisper/compare/v0.1.1...v0.1.2) (2018-10-06) diff --git a/package.json b/package.json index 14aa195..34239b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@36node/whisper", - "version": "0.1.2", + "version": "0.1.3", "description": "A module for tcp framework, like kao for web.", "repository": { "url": "36node/whisper",