diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e211d17..5fd0674f 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.33.0](https://github.com/mittwald/api-client-js/compare/4.32.0...4.33.0) (2024-07-06) + +### Features + +- update generated client + ([81a4436](https://github.com/mittwald/api-client-js/commit/81a443633fc541ed2ad8bc44b88e31f2fd7ef66b)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.32.0](https://github.com/mittwald/api-client-js/compare/4.31.0...4.32.0) (2024-07-05) ### Features diff --git a/lerna.json b/lerna.json index 2d060d61..99a8039b 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.32.0" + "version": "4.33.0" } diff --git a/packages/mittwald/CHANGELOG.md b/packages/mittwald/CHANGELOG.md index ec260d2c..e0444d40 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.33.0](https://github.com/mittwald/api-client-js/compare/4.32.0...4.33.0) (2024-07-06) + +### Features + +- update generated client + ([81a4436](https://github.com/mittwald/api-client-js/commit/81a443633fc541ed2ad8bc44b88e31f2fd7ef66b)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.32.0](https://github.com/mittwald/api-client-js/compare/4.31.0...4.32.0) (2024-07-05) ### Features diff --git a/packages/mittwald/package.json b/packages/mittwald/package.json index 7cf5e2c1..dc0acf29 100644 --- a/packages/mittwald/package.json +++ b/packages/mittwald/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-client", - "version": "4.32.0", + "version": "4.33.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 1562fbc4..83bb0000 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.33.0](https://github.com/mittwald/api-client-js/compare/4.32.0...4.33.0) (2024-07-06) + +**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.32.0](https://github.com/mittwald/api-client-js/compare/4.31.0...4.32.0) (2024-07-05) **Note:** Version bump only for package @mittwald/api-models diff --git a/packages/models/package.json b/packages/models/package.json index 385898b6..a899387f 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-models", - "version": "4.32.0", + "version": "4.33.0", "author": "Mittwald CM Service GmbH & Co. KG ", "type": "module", "description": "Collection of domain models for coherent interaction with the API",