Skip to content

Commit 0d923bb

Browse files
committed
chore(release): bump version to 4.12.0
1 parent f2bc632 commit 0d923bb

8 files changed

Lines changed: 45 additions & 4 deletions

File tree

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.12.0](https://github.com/mittwald/api-client-js/compare/4.11.0...4.12.0) (2024-03-08)
7+
8+
### Features
9+
10+
- **generator:** Make @mittwald/api-code-generator public
11+
([02e133e](https://github.com/mittwald/api-client-js/commit/02e133e67122e9a267f4f523c97af22cc77e7551))
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.11.0](https://github.com/mittwald/api-client-js/compare/4.10.0...4.11.0) (2024-03-08)
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.11.0"
5+
"version": "4.12.0"
66
}

packages/generator/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See
4+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [4.12.0](https://github.com/mittwald/api-client-js/compare/4.11.0...4.12.0) (2024-03-08)
7+
8+
### Features
9+
10+
- **generator:** Make @mittwald/api-code-generator public
11+
([02e133e](https://github.com/mittwald/api-client-js/commit/02e133e67122e9a267f4f523c97af22cc77e7551))

packages/generator/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-code-generator",
3-
"version": "1.0.0",
3+
"version": "4.12.0",
44
"type": "module",
55
"repository": "https://github.com/mittwald/api-client-js.git",
66
"license": "MIT",

packages/mittwald/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.12.0](https://github.com/mittwald/api-client-js/compare/4.11.0...4.12.0) (2024-03-08)
7+
8+
**Note:** Version bump only for package @mittwald/api-client
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.11.0](https://github.com/mittwald/api-client-js/compare/4.10.0...4.11.0) (2024-03-08)
716

817
### 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.11.0",
3+
"version": "4.12.0",
44
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
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.12.0](https://github.com/mittwald/api-client-js/compare/4.11.0...4.12.0) (2024-03-08)
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.11.0](https://github.com/mittwald/api-client-js/compare/4.10.0...4.11.0) (2024-03-08)
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.11.0",
3+
"version": "4.12.0",
44
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
55
"type": "module",
66
"description": "Collection of domain models for coherent interaction with the API",

0 commit comments

Comments
 (0)