From 16ada45e3ae21468dea4a5bc52c5607cda4b46be Mon Sep 17 00:00:00 2001 From: ybiquitous Date: Mon, 25 Sep 2017 13:33:24 +0900 Subject: [PATCH] chore(release): 0.3.1 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9396812..3f3c928f 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.3.1](https://github.com/ybiquitous/ybiq/compare/v0.3.0...v0.3.1) (2017-09-25) + + +### Bug Fixes + +* **init:** add missing files to be published ([#18](https://github.com/ybiquitous/ybiq/issues/18)) ([4d8d108](https://github.com/ybiquitous/ybiq/commit/4d8d108)) + + + # [0.3.0](https://github.com/ybiquitous/ybiq/compare/v0.2.0...v0.3.0) (2017-09-25) diff --git a/package-lock.json b/package-lock.json index a747a605..8ab8e836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ybiq", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 74c29bda..a3d496fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ybiq", - "version": "0.3.0", + "version": "0.3.1", "description": "Command-line utilities for npm", "author": "ybiquitous ", "license": "MIT",