Skip to content

Commit

Permalink
build: 🔖 publish v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Apr 30, 2022
1 parent 3cb13d7 commit 5bc61ab
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.7",
"version": "1.2.8",
"private": true,
"description": "A better customizable and git support commitizen adapter",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@cz-git/plugin-inquirer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/@cz-git/plugin-loader/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
17 changes: 17 additions & 0 deletions packages/cz-git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/cz-git/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5bc61ab

Please sign in to comment.