Skip to content

Commit

Permalink
build: 🔖 publish v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Sep 28, 2024
1 parent 12035ac commit c348925
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"release": "run-s lint test:run release:bump release:publish",
"release:bump": "bumpp -r --all --commit 'build: :bookmark: publish v%s' -x 'npm run release:bump:post'",
"release:bump:post": "run-s gen:schema release:changelog build",
"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && pnpm run -r --stream release:changelog",
"release:publish": "pnpm -r publish",
"release:next": "bumpp -r --no-commit --no-push --no-tag -x 'npm run build' && pnpm publish -r --tag next --no-git-checks",
"test": "vitest",
Expand Down
20 changes: 20 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [1.10.0](https://github.com/Zhengqbbb/cz-git/compare/v1.9.4...v1.10.0) (2024-09-28)


### Bug Fixes

* **cli:** upgrade commitlint version to resolve config extension issue ([#187](https://github.com/Zhengqbbb/cz-git/issues/187)) ([dee8b44](https://github.com/Zhengqbbb/cz-git/commit/dee8b445f6f6fe7300ce5e189b43fc99dd026804)), closes [#186](https://github.com/Zhengqbbb/cz-git/issues/186)


### Features

* **cz-git,cli:** add `aiModel` option to support multiple OpenAI models ([#185](https://github.com/Zhengqbbb/cz-git/issues/185)) ([241577b](https://github.com/Zhengqbbb/cz-git/commit/241577bdd2d452aa607e704ee232597f93e00f8b)), closes [#180](https://github.com/Zhengqbbb/cz-git/issues/180)
* **cz-git:** add env `CZ_EDITOR` to change editor during confirm ([#174](https://github.com/Zhengqbbb/cz-git/issues/174)) ([0fad291](https://github.com/Zhengqbbb/cz-git/commit/0fad29132f9f25f2d1aade8636e8670a15c7f7cc))


### Performance Improvements

* **cli:** remove `fs-extra`. bundle size -100KB ([79a7833](https://github.com/Zhengqbbb/cz-git/commit/79a7833f0ec5c5ba3d73f60b6740b10505e4b052))



## [1.9.4](https://github.com/Zhengqbbb/cz-git/compare/v1.9.3...v1.9.4) (2024-07-19)


Expand Down
20 changes: 20 additions & 0 deletions packages/cz-git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [1.10.0](https://github.com/Zhengqbbb/cz-git/compare/v1.9.4...v1.10.0) (2024-09-28)


### Bug Fixes

* **cli:** upgrade commitlint version to resolve config extension issue ([#187](https://github.com/Zhengqbbb/cz-git/issues/187)) ([dee8b44](https://github.com/Zhengqbbb/cz-git/commit/dee8b445f6f6fe7300ce5e189b43fc99dd026804)), closes [#186](https://github.com/Zhengqbbb/cz-git/issues/186)


### Features

* **cz-git,cli:** add `aiModel` option to support multiple OpenAI models ([#185](https://github.com/Zhengqbbb/cz-git/issues/185)) ([241577b](https://github.com/Zhengqbbb/cz-git/commit/241577bdd2d452aa607e704ee232597f93e00f8b)), closes [#180](https://github.com/Zhengqbbb/cz-git/issues/180)
* **cz-git:** add env `CZ_EDITOR` to change editor during confirm ([#174](https://github.com/Zhengqbbb/cz-git/issues/174)) ([0fad291](https://github.com/Zhengqbbb/cz-git/commit/0fad29132f9f25f2d1aade8636e8670a15c7f7cc))


### Performance Improvements

* **cli:** remove `fs-extra`. bundle size -100KB ([79a7833](https://github.com/Zhengqbbb/cz-git/commit/79a7833f0ec5c5ba3d73f60b6740b10505e4b052))



## [1.9.4](https://github.com/Zhengqbbb/cz-git/compare/v1.9.3...v1.9.4) (2024-07-19)


Expand Down

0 comments on commit c348925

Please sign in to comment.