diff --git a/CHANGELOG.md b/CHANGELOG.md index afae27ca2..0653e1c62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,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.0.2](https://github.com/Zhengqbbb/cz-git/compare/v1.0.1...v1.0.2) (2022-02-18) + + +### ⚠ BREAKING CHANGES + +* **cz-git:** if you want to use just set option: +1. defaultScope +2. defaultSubject +3. defaultBody +4. defaultIssues +more introduction see types: + +### Features + +* **cz-git:** add default option to provide default value ([9910b75](https://github.com/Zhengqbbb/cz-git/commit/9910b7542d303a5b7830dbdf05785928d32b8292)), closes [/github.com/Zhengqbbb/cz-git/blob/main/src/share.ts#L172](https://github.com/Zhengqbbb//github.com/Zhengqbbb/cz-git/blob/main/src/share.ts/issues/L172) [#1](https://github.com/Zhengqbbb/cz-git/issues/1) + ### [1.0.1](https://github.com/Zhengqbbb/cz-git/compare/v1.0.0...v1.0.1) (2022-02-18) diff --git a/package.json b/package.json index 97b353da4..c0bc0b3a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.0.1", + "version": "1.0.2", "description": "A better customizable and git support commitizen adapter", "keywords": [ "commitizen-adapter",