-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): bump version to 4.8.0
- Loading branch information
Showing
6 changed files
with
41 additions
and
3 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.8.0](https://github.com/mittwald/api-client-js/compare/4.4.0-alpha.3...4.8.0) (2024-02-26) | ||
|
||
### Bug Fixes | ||
|
||
- use correct URL for OpenAPI spec ([5ef688c](https://github.com/mittwald/api-client-js/commit/5ef688cb01cf1f8c3635b31b9e6f358edef38594)) | ||
|
||
### Features | ||
|
||
- update generated client ([aee8ca6](https://github.com/mittwald/api-client-js/commit/aee8ca6437d714faea07d56edf5765b95ab1d6f6)) |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. See | ||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.8.0](https://github.com/mittwald/api-client-js/compare/4.4.0-alpha.3...4.8.0) (2024-02-26) | ||
|
||
**Note:** Version bump only for package @mittwald/api-client-commons |
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,6 +1,6 @@ | ||
{ | ||
"name": "@mittwald/api-client-commons", | ||
"version": "4.7.0", | ||
"version": "4.8.0", | ||
"author": "Mittwald CM Service GmbH & Co. KG <[email protected]>", | ||
"type": "module", | ||
"description": "Common types and utilities for mittwald API clients", | ||
|
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. See | ||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.8.0](https://github.com/mittwald/api-client-js/compare/4.4.0-alpha.3...4.8.0) (2024-02-26) | ||
|
||
### Bug Fixes | ||
|
||
- use correct URL for OpenAPI spec | ||
([5ef688c](https://github.com/mittwald/api-client-js/commit/5ef688cb01cf1f8c3635b31b9e6f358edef38594)) | ||
|
||
### Features | ||
|
||
- update generated client | ||
([aee8ca6](https://github.com/mittwald/api-client-js/commit/aee8ca6437d714faea07d56edf5765b95ab1d6f6)) |
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,6 +1,6 @@ | ||
{ | ||
"name": "@mittwald/api-client", | ||
"version": "4.7.0", | ||
"version": "4.8.0", | ||
"author": "Mittwald CM Service GmbH & Co. KG <[email protected]>", | ||
"type": "module", | ||
"description": "Auto-generated client for the mittwald API", | ||
|