diff --git a/CHANGELOG.md b/CHANGELOG.md index f0c03e20..a70cd284 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.54.0](https://github.com/mittwald/api-client-js/compare/4.53.0...4.54.0) (2024-08-22) + +### Features + +- **Models:** add findDetailed methods + ([2cb1843](https://github.com/mittwald/api-client-js/commit/2cb1843f7f843b9a66cfc500d20292cd0efcdf52)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.53.0](https://github.com/mittwald/api-client-js/compare/4.52.0...4.53.0) (2024-08-22) ### Features diff --git a/lerna.json b/lerna.json index 78015514..459c8ed0 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.53.0" + "version": "4.54.0" } diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index a3428d7c..6287841a 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/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.54.0](https://github.com/mittwald/api-client-js/compare/4.53.0...4.54.0) (2024-08-22) + +### Features + +- **Models:** add findDetailed methods + ([2cb1843](https://github.com/mittwald/api-client-js/commit/2cb1843f7f843b9a66cfc500d20292cd0efcdf52)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.53.0](https://github.com/mittwald/api-client-js/compare/4.52.0...4.53.0) (2024-08-22) **Note:** Version bump only for package @mittwald/api-models diff --git a/packages/models/package.json b/packages/models/package.json index c5d742de..396ff42e 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-models", - "version": "4.53.0", + "version": "4.54.0", "author": "Mittwald CM Service GmbH & Co. KG ", "type": "module", "description": "Collection of domain models for coherent interaction with the API",