diff --git a/CHANGELOG.md b/CHANGELOG.md index 8767f765..3edbca4f 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.66.0](https://github.com/mittwald/api-client-js/compare/4.65.0...4.66.0) (2024-10-31) + +### Features + +- update generated client + ([1abf059](https://github.com/mittwald/api-client-js/commit/1abf05985d2777df07745a33157737f9e01c806c)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.65.0](https://github.com/mittwald/api-client-js/compare/4.64.2...4.65.0) (2024-10-30) ### Features diff --git a/lerna.json b/lerna.json index 4ce78b47..f62a8e13 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.65.0" + "version": "4.66.0" } diff --git a/packages/mittwald/CHANGELOG.md b/packages/mittwald/CHANGELOG.md index be57ef9f..8aaa02f9 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.66.0](https://github.com/mittwald/api-client-js/compare/4.65.0...4.66.0) (2024-10-31) + +### Features + +- update generated client + ([1abf059](https://github.com/mittwald/api-client-js/commit/1abf05985d2777df07745a33157737f9e01c806c)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.65.0](https://github.com/mittwald/api-client-js/compare/4.64.2...4.65.0) (2024-10-30) ### Features diff --git a/packages/mittwald/package.json b/packages/mittwald/package.json index 6e8adcd9..e4cbaad4 100644 --- a/packages/mittwald/package.json +++ b/packages/mittwald/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-client", - "version": "4.65.0", + "version": "4.66.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 afcf02c4..9adf79f5 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.66.0](https://github.com/mittwald/api-client-js/compare/4.65.0...4.66.0) (2024-10-31) + +**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.65.0](https://github.com/mittwald/api-client-js/compare/4.64.2...4.65.0) (2024-10-30) **Note:** Version bump only for package @mittwald/api-models diff --git a/packages/models/package.json b/packages/models/package.json index 97c8c5b7..ae4bd501 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-models", - "version": "4.65.0", + "version": "4.66.0", "author": "Mittwald CM Service GmbH & Co. KG ", "type": "module", "description": "Collection of domain models for coherent interaction with the API",