Skip to content

Commit 45b7aa7

Browse files
chore(release): bump version to 4.118.0
1 parent 0464acd commit 45b7aa7

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.118.0](https://github.com/mittwald/api-client-js/compare/4.117.0...4.118.0) (2025-03-14)
7+
8+
### Features
9+
10+
- update generated client
11+
([0464acd](https://github.com/mittwald/api-client-js/commit/0464acd9e6bf52b65ea00d58656a86009937e279))
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.117.0](https://github.com/mittwald/api-client-js/compare/4.116.0...4.117.0) (2025-03-13)
719

820
### Features

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.117.0"
5+
"version": "4.118.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.118.0](https://github.com/mittwald/api-client-js/compare/4.117.0...4.118.0) (2025-03-14)
7+
8+
### Features
9+
10+
- update generated client
11+
([0464acd](https://github.com/mittwald/api-client-js/commit/0464acd9e6bf52b65ea00d58656a86009937e279))
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.117.0](https://github.com/mittwald/api-client-js/compare/4.116.0...4.117.0) (2025-03-13)
719

820
### Features

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.117.0",
3+
"version": "4.118.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.118.0](https://github.com/mittwald/api-client-js/compare/4.117.0...4.118.0) (2025-03-14)
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.117.0](https://github.com/mittwald/api-client-js/compare/4.116.0...4.117.0) (2025-03-13)
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.117.0",
3+
"version": "4.118.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)