From dbac6403b21bfa5db166d7a57290dc592021cb12 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Wed, 10 Mar 2021 17:03:30 +0900 Subject: [PATCH] chore(release): 12.0.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebccf03d..419f5cd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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. +## [12.0.0](https://github.com/ybiquitous/ybiq/compare/v11.7.0...v12.0.0) (2021-03-10) + +### ⚠ BREAKING CHANGES + +- **deps:** husky v5 migration is performed + +### Features + +- **deps:** bump husky from 4.3.8 to 5.1.1 ([#869](https://github.com/ybiquitous/ybiq/issues/869)) ([b7eb5bb](https://github.com/ybiquitous/ybiq/commit/b7eb5bbd28a3e943f96fbff0a83874edddfca60e)) + +### Bug Fixes + +- **deps:** bump wagoid/commitlint-github-action from v2 to v3 ([#872](https://github.com/ybiquitous/ybiq/issues/872)) ([c0f6741](https://github.com/ybiquitous/ybiq/commit/c0f674106aae36eb646abada17e478d6941c4f11)) + ## [11.7.0](https://github.com/ybiquitous/ybiq/compare/v11.6.2...v11.7.0) (2021-01-27) ### Features diff --git a/package-lock.json b/package-lock.json index c7e388ff..686760b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ybiq", - "version": "11.7.0", + "version": "12.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index e8f051ba..bdfd050e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ybiq", - "version": "11.7.0", + "version": "12.0.0", "description": "Useful command-line tools for Node.js project", "author": "Masafumi Koba ", "license": "MIT",