From 6a4298f6326c9f4bb3b5d224a30de170116d127c Mon Sep 17 00:00:00 2001 From: Lee Date: Wed, 13 Jul 2016 00:27:17 +0800 Subject: [PATCH] chore: v0.2.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c93b06..14ff15e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.2.1](https://github.com/jessy1092/NIME/compare/v0.2.0...v0.2.1) (2016-07-12) + + +### Bug Fixes + +* **pipe:** pipe.write response parameter should be string([493e1e3](https://github.com/jessy1092/NIME/commit/493e1e3)) + + + # [0.2.0](https://github.com/jessy1092/NIME/compare/v0.1.0...v0.2.0) (2016-07-09) diff --git a/package.json b/package.json index 837b114..3ef83ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nime", - "version": "0.2.0", + "version": "0.2.1", "description": "Implement input methods easily for Windows with nodejs", "main": "index.js", "scripts": {