Skip to content

Commit 90a46fd

Browse files
chore(release): bump version to 4.225.0
1 parent 1ea3621 commit 90a46fd

File tree

6 files changed

+36
-3
lines changed

6 files changed

+36
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.225.0](https://github.com/mittwald/api-client-js/compare/4.224.1...4.225.0) (2025-09-15)
7+
8+
### Features
9+
10+
- update generated client
11+
([1ea3621](https://github.com/mittwald/api-client-js/commit/1ea3621018586106b4858ffc3ee972474503fd03))
12+
13+
# Change Log
14+
15+
All notable changes to this project will be documented in this file. See
16+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
17+
618
## [4.224.1](https://github.com/mittwald/api-client-js/compare/4.224.0...4.224.1) (2025-09-15)
719

820
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"npmClient": "yarn",
44
"packages": ["packages/*"],
5-
"version": "4.224.1"
5+
"version": "4.225.0"
66
}

packages/mittwald/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.225.0](https://github.com/mittwald/api-client-js/compare/4.224.1...4.225.0) (2025-09-15)
7+
8+
### Features
9+
10+
- update generated client
11+
([1ea3621](https://github.com/mittwald/api-client-js/commit/1ea3621018586106b4858ffc3ee972474503fd03))
12+
13+
# Change Log
14+
15+
All notable changes to this project will be documented in this file. See
16+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
17+
618
## [4.224.1](https://github.com/mittwald/api-client-js/compare/4.224.0...4.224.1) (2025-09-15)
719

820
**Note:** Version bump only for package @mittwald/api-client

packages/mittwald/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mittwald/api-client",
3-
"version": "4.224.1",
3+
"version": "4.225.0",
44
"author": "Mittwald CM Service GmbH & Co. KG <[email protected]>",
55
"type": "module",
66
"description": "Auto-generated client for the mittwald API",

packages/models/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.225.0](https://github.com/mittwald/api-client-js/compare/4.224.1...4.225.0) (2025-09-15)
7+
8+
**Note:** Version bump only for package @mittwald/api-models
9+
10+
# Change Log
11+
12+
All notable changes to this project will be documented in this file. See
13+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14+
615
## [4.224.1](https://github.com/mittwald/api-client-js/compare/4.224.0...4.224.1) (2025-09-15)
716

817
**Note:** Version bump only for package @mittwald/api-models

packages/models/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mittwald/api-models",
3-
"version": "4.224.1",
3+
"version": "4.225.0",
44
"author": "Mittwald CM Service GmbH & Co. KG <[email protected]>",
55
"type": "module",
66
"description": "Collection of domain models for coherent interaction with the API",

0 commit comments

Comments
 (0)