Skip to content

Commit 2834c8a

Browse files
committed
chore: release master
1 parent 99f6bec commit 2834c8a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openapi-generator": "6.0.0",
33
"openapi-generator-annotations": "6.0.0",
4-
"openapi-generator-cli": "6.0.0"
4+
"openapi-generator-cli": "6.0.1"
55
}

openapi-generator-cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
* fixed spec diff tracking
66

7+
## [6.0.1](https://github.com/gibahjoe/openapi-generator-dart/compare/v6.0.0...v6.0.1) (2024-11-06)
8+
9+
10+
### Bug Fixes
11+
12+
* **cli:** Fixed additionalCommands in config not appending to generator commands ([99f6bec](https://github.com/gibahjoe/openapi-generator-dart/commit/99f6becd51a1294aa25b8d2577b76ebfa69d7fff))
13+
714
## [6.0.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.3...v6.0.0) (2024-11-06)
815

916

openapi-generator-cli/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openapi_generator_cli
22
description: A dart wrapper around openapi-generator inspired by the node implementation.
3-
version: 6.0.0
3+
version: 6.0.1
44
homepage: https://github.com/gibahjoe/openapi-generator-dart
55

66
environment:

0 commit comments

Comments
 (0)