From 0c5d48a8ec351add938da5fcf80220af0ae626cb Mon Sep 17 00:00:00 2001 From: ybiquitous Date: Tue, 10 Oct 2017 23:54:12 +0900 Subject: [PATCH] chore(release): 0.4.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5961ec3..0199723e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,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.4.2](https://github.com/ybiquitous/ybiq/compare/v0.4.1...v0.4.2) (2017-10-10) + + +### Bug Fixes + +* add missing `-h` (help) and `-v` (version) aliases ([#30](https://github.com/ybiquitous/ybiq/issues/30)) ([74a70be](https://github.com/ybiquitous/ybiq/commit/74a70be)) + + + ## [0.4.1](https://github.com/ybiquitous/ybiq/compare/v0.4.0...v0.4.1) (2017-10-10) diff --git a/package.json b/package.json index 3d1eafac..4dd6c1e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ybiq", - "version": "0.4.1", + "version": "0.4.2", "description": "Command-line utilities for npm", "author": "ybiquitous ", "license": "MIT",