diff --git a/CHANGELOG.md b/CHANGELOG.md index 651d4aea..86c7bfef 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.82.0](https://github.com/mittwald/api-client-js/compare/4.81.1...4.82.0) (2024-12-11) + +### Features + +- update generated client + ([255bb7d](https://github.com/mittwald/api-client-js/commit/255bb7d302bcbf92b43d3a4fa3d989f0e5577f63)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [4.81.1](https://github.com/mittwald/api-client-js/compare/4.81.0...4.81.1) (2024-12-10) **Note:** Version bump only for package root diff --git a/lerna.json b/lerna.json index bfdfa1ea..c1a492f3 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.81.1" + "version": "4.82.0" } diff --git a/packages/mittwald/CHANGELOG.md b/packages/mittwald/CHANGELOG.md index 32276636..7e008c40 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.82.0](https://github.com/mittwald/api-client-js/compare/4.81.1...4.82.0) (2024-12-11) + +### Features + +- update generated client + ([255bb7d](https://github.com/mittwald/api-client-js/commit/255bb7d302bcbf92b43d3a4fa3d989f0e5577f63)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [4.81.1](https://github.com/mittwald/api-client-js/compare/4.81.0...4.81.1) (2024-12-10) **Note:** Version bump only for package @mittwald/api-client diff --git a/packages/mittwald/package.json b/packages/mittwald/package.json index 81c93d00..5ae74b98 100644 --- a/packages/mittwald/package.json +++ b/packages/mittwald/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-client", - "version": "4.81.1", + "version": "4.82.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 e25a6a87..747431b9 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.82.0](https://github.com/mittwald/api-client-js/compare/4.81.1...4.82.0) (2024-12-11) + +**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.81.1](https://github.com/mittwald/api-client-js/compare/4.81.0...4.81.1) (2024-12-10) **Note:** Version bump only for package @mittwald/api-models diff --git a/packages/models/package.json b/packages/models/package.json index c34d7903..0505d1ee 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-models", - "version": "4.81.1", + "version": "4.82.0", "author": "Mittwald CM Service GmbH & Co. KG ", "type": "module", "description": "Collection of domain models for coherent interaction with the API",