Skip to content

Commit 23164f5

Browse files
author
ityaozm@gmail.com
committedJan 3, 2024
chore(release): 1.9.3
1 parent 7d04ff4 commit 23164f5

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed
 

‎CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ All notable changes to this project will be documented in this file.
88
## [Unreleased]
99

1010

11+
<a name="1.9.3"></a>
12+
## [1.9.3] - 2024-01-03
13+
### Fix
14+
- **Commands:** Fix issue in CommitCommand
15+
- **commands:** Fix formatting issue in CommitCommand
16+
17+
### Refactor
18+
- **CommitCommand:** refactor commit message generation and confirmation
19+
- **OpenAIGenerator:** Improve data handling
20+
- **commands:** update commit message generation
21+
- **commit:** refactor CommitCommand.php
22+
23+
1124
<a name="1.9.2"></a>
1225
## [1.9.2] - 2024-01-03
1326
### Feat
@@ -556,7 +569,8 @@ All notable changes to this project will be documented in this file.
556569
- add config manager
557570

558571

559-
[Unreleased]: https://github.com/guanguans/monorepo-builder-worker/compare/1.9.2...HEAD
572+
[Unreleased]: https://github.com/guanguans/monorepo-builder-worker/compare/1.9.3...HEAD
573+
[1.9.3]: https://github.com/guanguans/monorepo-builder-worker/compare/1.9.2...1.9.3
560574
[1.9.2]: https://github.com/guanguans/monorepo-builder-worker/compare/1.9.1...1.9.2
561575
[1.9.1]: https://github.com/guanguans/monorepo-builder-worker/compare/1.9.0...1.9.1
562576
[1.9.0]: https://github.com/guanguans/monorepo-builder-worker/compare/1.8.6...1.9.0

0 commit comments

Comments
 (0)
Please sign in to comment.