diff --git a/CHANGELOG.md b/CHANGELOG.md index 371f0780..7e475b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.48.0](https://github.com/mittwald/api-client-js/compare/4.47.2...4.48.0) (2024-08-14) + +### Features + +- update generated client + ([3b8da9e](https://github.com/mittwald/api-client-js/commit/3b8da9ed046c2941d358895bd1d264207877c999)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [4.47.2](https://github.com/mittwald/api-client-js/compare/4.47.1...4.47.2) (2024-08-14) **Note:** Version bump only for package root diff --git a/lerna.json b/lerna.json index 36db7a54..b1bb2249 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", "packages": ["packages/*"], - "version": "4.47.2" + "version": "4.48.0" } diff --git a/packages/mittwald/CHANGELOG.md b/packages/mittwald/CHANGELOG.md index 75237e32..b73c8715 100644 --- a/packages/mittwald/CHANGELOG.md +++ b/packages/mittwald/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.48.0](https://github.com/mittwald/api-client-js/compare/4.47.2...4.48.0) (2024-08-14) + +### Features + +- update generated client + ([3b8da9e](https://github.com/mittwald/api-client-js/commit/3b8da9ed046c2941d358895bd1d264207877c999)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [4.47.2](https://github.com/mittwald/api-client-js/compare/4.47.1...4.47.2) (2024-08-14) **Note:** Version bump only for package @mittwald/api-client diff --git a/packages/mittwald/package.json b/packages/mittwald/package.json index a480457f..97a6d3af 100644 --- a/packages/mittwald/package.json +++ b/packages/mittwald/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-client", - "version": "4.47.2", + "version": "4.48.0", "author": "Mittwald CM Service GmbH & Co. KG ", "type": "module", "description": "Auto-generated client for the mittwald API", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 2cfaa6ac..9acd9f63 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.48.0](https://github.com/mittwald/api-client-js/compare/4.47.2...4.48.0) (2024-08-14) + +**Note:** Version bump only for package @mittwald/api-models + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [4.47.2](https://github.com/mittwald/api-client-js/compare/4.47.1...4.47.2) (2024-08-14) **Note:** Version bump only for package @mittwald/api-models diff --git a/packages/models/package.json b/packages/models/package.json index e5c39ba6..0872a218 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-models", - "version": "4.47.2", + "version": "4.48.0", "author": "Mittwald CM Service GmbH & Co. KG ", "type": "module", "description": "Collection of domain models for coherent interaction with the API",