diff --git a/CHANGELOG.md b/CHANGELOG.md index 91d2ab341..a83b7e4d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [1.2.8](https://github.com/Zhengqbbb/cz-git/compare/v1.2.7...v1.2.8) (2022-04-30) + + +### Features + +* **cz-git:** use fuzzy search for type, scope and issues list ([b82fbf9](https://github.com/Zhengqbbb/cz-git/commit/b82fbf9192190b9c64209c75d13a07f4b4691bbd)), closes [#22](https://github.com/Zhengqbbb/cz-git/issues/22) +* **plugin-inquirer:** add fuzzy match str util funtion ([efde652](https://github.com/Zhengqbbb/cz-git/commit/efde65279403435c467957f4e20f4c301cda5201)), closes [#22](https://github.com/Zhengqbbb/cz-git/issues/22) +* **plugin-inquirer:** add fuzzyFilter util Fuc provide cz-git ([83f773e](https://github.com/Zhengqbbb/cz-git/commit/83f773ed7561494d8f98fcb2cc316146ae90a29a)), closes [#22](https://github.com/Zhengqbbb/cz-git/issues/22) + + +### Performance Improvements + +* :zap: update vitest config ([5269797](https://github.com/Zhengqbbb/cz-git/commit/52697972d3685ca384148de74356a58f188ddc8d)) +* :zap: use vitest replace jest to improves dev feel ([2c9d0d6](https://github.com/Zhengqbbb/cz-git/commit/2c9d0d6f8547373b600043148af3b1cdf0240236)) + + + ## [1.2.7](https://github.com/Zhengqbbb/cz-git/compare/v1.2.6...v1.2.7) (2022-04-27) diff --git a/package.json b/package.json index a30aa457a..539246b5b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.7", + "version": "1.2.8", "private": true, "description": "A better customizable and git support commitizen adapter", "keywords": [ diff --git a/packages/@cz-git/plugin-inquirer/package.json b/packages/@cz-git/plugin-inquirer/package.json index e549e38bc..22aa8b2c2 100644 --- a/packages/@cz-git/plugin-inquirer/package.json +++ b/packages/@cz-git/plugin-inquirer/package.json @@ -1,6 +1,6 @@ { "name": "@cz-git/inquirer", - "version": "1.2.7", + "version": "1.2.8", "description": "provide cz-git inquirer plugins, include search-list, search-checkbox", "keywords": [ "cz-git", diff --git a/packages/@cz-git/plugin-loader/package.json b/packages/@cz-git/plugin-loader/package.json index 7265280ad..3aea10ac4 100644 --- a/packages/@cz-git/plugin-loader/package.json +++ b/packages/@cz-git/plugin-loader/package.json @@ -1,6 +1,6 @@ { "name": "@cz-git/loader", - "version": "1.2.7", + "version": "1.2.8", "description": "commitizen and commitlint configure loader for cz-git", "keywords": [ "cz-git", diff --git a/packages/cz-git/CHANGELOG.md b/packages/cz-git/CHANGELOG.md index bcb969fa9..31dbda0f9 100644 --- a/packages/cz-git/CHANGELOG.md +++ b/packages/cz-git/CHANGELOG.md @@ -1,3 +1,20 @@ +## [1.2.8](https://github.com/Zhengqbbb/cz-git/compare/v1.2.7...v1.2.8) (2022-04-30) + + +### Features + +* **cz-git:** use fuzzy search for type, scope and issues list ([b82fbf9](https://github.com/Zhengqbbb/cz-git/commit/b82fbf9192190b9c64209c75d13a07f4b4691bbd)), closes [#22](https://github.com/Zhengqbbb/cz-git/issues/22) +* **plugin-inquirer:** add fuzzy match str util funtion ([efde652](https://github.com/Zhengqbbb/cz-git/commit/efde65279403435c467957f4e20f4c301cda5201)), closes [#22](https://github.com/Zhengqbbb/cz-git/issues/22) +* **plugin-inquirer:** add fuzzyFilter util Fuc provide cz-git ([83f773e](https://github.com/Zhengqbbb/cz-git/commit/83f773ed7561494d8f98fcb2cc316146ae90a29a)), closes [#22](https://github.com/Zhengqbbb/cz-git/issues/22) + + +### Performance Improvements + +* :zap: update vitest config ([5269797](https://github.com/Zhengqbbb/cz-git/commit/52697972d3685ca384148de74356a58f188ddc8d)) +* :zap: use vitest replace jest to improves dev feel ([2c9d0d6](https://github.com/Zhengqbbb/cz-git/commit/2c9d0d6f8547373b600043148af3b1cdf0240236)) + + + ## [1.2.7](https://github.com/Zhengqbbb/cz-git/compare/v1.2.6...v1.2.7) (2022-04-27) diff --git a/packages/cz-git/package.json b/packages/cz-git/package.json index a82137510..247c3b829 100644 --- a/packages/cz-git/package.json +++ b/packages/cz-git/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.2.7", + "version": "1.2.8", "description": "A better customizable and git support commitizen adapter", "keywords": [ "commitizen-adapter",