Skip to content

Commit

Permalink
chore(release): bump version to 4.94.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Jan 21, 2025
1 parent 1721706 commit fb69f9a
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.94.0](https://github.com/mittwald/api-client-js/compare/4.93.1...4.94.0) (2025-01-21)

### Features

- update generated client
([1721706](https://github.com/mittwald/api-client-js/commit/17217064801b662d1627b5c072bfd66a3c6582f0))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.93.1](https://github.com/mittwald/api-client-js/compare/4.93.0...4.93.1) (2025-01-20)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn",
"packages": ["packages/*"],
"version": "4.93.1"
"version": "4.94.0"
}
12 changes: 12 additions & 0 deletions packages/mittwald/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.94.0](https://github.com/mittwald/api-client-js/compare/4.93.1...4.94.0) (2025-01-21)

### Features

- update generated client
([1721706](https://github.com/mittwald/api-client-js/commit/17217064801b662d1627b5c072bfd66a3c6582f0))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.93.1](https://github.com/mittwald/api-client-js/compare/4.93.0...4.93.1) (2025-01-20)

**Note:** Version bump only for package @mittwald/api-client
Expand Down
2 changes: 1 addition & 1 deletion packages/mittwald/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mittwald/api-client",
"version": "4.93.1",
"version": "4.94.0",
"author": "Mittwald CM Service GmbH & Co. KG <[email protected]>",
"type": "module",
"description": "Auto-generated client for the mittwald API",
Expand Down
9 changes: 9 additions & 0 deletions packages/models/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.94.0](https://github.com/mittwald/api-client-js/compare/4.93.1...4.94.0) (2025-01-21)

**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.93.1](https://github.com/mittwald/api-client-js/compare/4.93.0...4.93.1) (2025-01-20)

**Note:** Version bump only for package @mittwald/api-models
Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mittwald/api-models",
"version": "4.93.1",
"version": "4.94.0",
"author": "Mittwald CM Service GmbH & Co. KG <[email protected]>",
"type": "module",
"description": "Collection of domain models for coherent interaction with the API",
Expand Down

0 comments on commit fb69f9a

Please sign in to comment.