-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fc8a924
commit 38139eb
Showing
18 changed files
with
293 additions
and
59 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,22 @@ | ||
# konfig-cli | ||
|
||
## 1.14.1 | ||
|
||
### Patch Changes | ||
|
||
- [#227](https://github.com/konfig-dev/konfig/pull/227) [`ef1d23af`](https://github.com/konfig-dev/konfig/commit/ef1d23afae81e1488807f0793fdc766f6dd319b9) Thanks [@dphuang2](https://github.com/dphuang2)! - fix bug when generating Go SDK | ||
|
||
- [#222](https://github.com/konfig-dev/konfig/pull/222) [`d90d63ea`](https://github.com/konfig-dev/konfig/commit/d90d63ea5c472a42be5a0d3c649ad62c955b9a9c) Thanks [@eddiechayes](https://github.com/eddiechayes)! - add pr-create CLI command and /prCreate endpoint | ||
|
||
- [#224](https://github.com/konfig-dev/konfig/pull/224) [`1d379bf1`](https://github.com/konfig-dev/konfig/commit/1d379bf1ef2ec82e1a83b29707533f194aa3c7c9) Thanks [@eddiechayes](https://github.com/eddiechayes)! - create pr-merge CLI command and /prMerge endpoint | ||
|
||
- [#225](https://github.com/konfig-dev/konfig/pull/225) [`fc8a924c`](https://github.com/konfig-dev/konfig/commit/fc8a924c31e9023f912453ded597936a11a65a04) Thanks [@eddiechayes](https://github.com/eddiechayes)! - add api keys for /prCreate and /prMerge endpoints | ||
|
||
- Updated dependencies [[`3bfa15ce`](https://github.com/konfig-dev/konfig/commit/3bfa15ce74f365b7b248739c3d84d07458cfdbb3), [`d90d63ea`](https://github.com/konfig-dev/konfig/commit/d90d63ea5c472a42be5a0d3c649ad62c955b9a9c), [`1d379bf1`](https://github.com/konfig-dev/konfig/commit/1d379bf1ef2ec82e1a83b29707533f194aa3c7c9), [`fc8a924c`](https://github.com/konfig-dev/konfig/commit/fc8a924c31e9023f912453ded597936a11a65a04)]: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.14.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,5 +49,5 @@ | |
"typescript": "^4.7.4", | ||
"zod-to-json-schema": "^3.20.4" | ||
}, | ||
"version": "1.14.0" | ||
"version": "1.15.0" | ||
} |
Oops, something went wrong.