From e09ed1e0f934bfd63098db56788e45296343e16f Mon Sep 17 00:00:00 2001 From: Masafumi Koba Date: Mon, 5 Feb 2018 09:06:28 +0900 Subject: [PATCH] chore(release): new version 1.4.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce317540..d556f0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ 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. + +# [1.4.0](https://github.com/ybiquitous/ybiq/compare/v1.3.0...v1.4.0) (2018-02-05) + + +### Bug Fixes + +* **deps:** update dependency markdownlint-cli to ^0.7.0 ([#108](https://github.com/ybiquitous/ybiq/issues/108)) ([0b8a1fe](https://github.com/ybiquitous/ybiq/commit/0b8a1fe)) +* **deps:** update dependency yargs to ^11.0.0 ([#104](https://github.com/ybiquitous/ybiq/issues/104)) ([2aeea90](https://github.com/ybiquitous/ybiq/commit/2aeea90)) + + +### Features + +* **markdownlint:** lint files recursively ([#109](https://github.com/ybiquitous/ybiq/issues/109)) ([20a7a1c](https://github.com/ybiquitous/ybiq/commit/20a7a1c)) + + + # [1.3.0](https://github.com/ybiquitous/ybiq/compare/v1.2.0...v1.3.0) (2018-01-19) diff --git a/package.json b/package.json index 9d0a697c..a36668ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ybiq", - "version": "1.3.0", + "version": "1.4.0", "description": "Useful command-line tools for Node.js project", "author": "ybiquitous ", "license": "MIT",