diff --git a/CHANGELOG.md b/CHANGELOG.md index 419f5cd6..c02b52f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.1](https://github.com/ybiquitous/ybiq/compare/v12.0.0...v12.0.1) (2021-03-10) + +### Bug Fixes + +- **init:** support husky v5 migration ([#895](https://github.com/ybiquitous/ybiq/issues/895)) ([fecfa46](https://github.com/ybiquitous/ybiq/commit/fecfa46dd178579f1572e0258e4fb2370a73e553)) + ## [12.0.0](https://github.com/ybiquitous/ybiq/compare/v11.7.0...v12.0.0) (2021-03-10) ### ⚠ BREAKING CHANGES diff --git a/package-lock.json b/package-lock.json index 686760b3..3966f3b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ybiq", - "version": "12.0.0", + "version": "12.0.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index d63a573a..6437acb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ybiq", - "version": "12.0.0", + "version": "12.0.1", "description": "Useful command-line tools for Node.js project", "author": "Masafumi Koba ", "license": "MIT",