diff --git a/CHANGELOG.md b/CHANGELOG.md index 202988d9..cd48b5a5 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.79.0](https://github.com/mittwald/api-client-js/compare/4.78.0...4.79.0) (2024-11-27) + +### Features + +- update generated client + ([6e097ee](https://github.com/mittwald/api-client-js/commit/6e097eeeb8bce8a77e34f72746981a1090d119af)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.78.0](https://github.com/mittwald/api-client-js/compare/4.77.0...4.78.0) (2024-11-25) ### Features diff --git a/lerna.json b/lerna.json index dc94c4c4..f04cbf55 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.78.0" + "version": "4.79.0" } diff --git a/packages/mittwald/CHANGELOG.md b/packages/mittwald/CHANGELOG.md index 133c9b7d..b978712a 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.79.0](https://github.com/mittwald/api-client-js/compare/4.78.0...4.79.0) (2024-11-27) + +### Features + +- update generated client + ([6e097ee](https://github.com/mittwald/api-client-js/commit/6e097eeeb8bce8a77e34f72746981a1090d119af)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.78.0](https://github.com/mittwald/api-client-js/compare/4.77.0...4.78.0) (2024-11-25) ### Features diff --git a/packages/mittwald/package.json b/packages/mittwald/package.json index 1ba1f418..4aa15840 100644 --- a/packages/mittwald/package.json +++ b/packages/mittwald/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-client", - "version": "4.78.0", + "version": "4.79.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 4057c131..5e0bdd8d 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.79.0](https://github.com/mittwald/api-client-js/compare/4.78.0...4.79.0) (2024-11-27) + +**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.78.0](https://github.com/mittwald/api-client-js/compare/4.77.0...4.78.0) (2024-11-25) **Note:** Version bump only for package @mittwald/api-models diff --git a/packages/models/package.json b/packages/models/package.json index e933fd83..d6441c1e 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-models", - "version": "4.78.0", + "version": "4.79.0", "author": "Mittwald CM Service GmbH & Co. KG ", "type": "module", "description": "Collection of domain models for coherent interaction with the API",