Skip to content

Commit

Permalink
chore(release): bump version to 4.64.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Sep 26, 2024
1 parent 4bc63d9 commit 1cf99e8
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 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.64.1](https://github.com/mittwald/api-client-js/compare/4.64.0...4.64.1) (2024-09-26)

### Bug Fixes

- **Models:** fix AppInstallations not updating in React
([4bc63d9](https://github.com/mittwald/api-client-js/commit/4bc63d9dc5e544f0145e1c1a264a52d7c6e70a3d))

# Change Log

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

# [4.64.0](https://github.com/mittwald/api-client-js/compare/4.63.0...4.64.0) (2024-09-26)

### Features
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.64.0"
"version": "4.64.1"
}
12 changes: 12 additions & 0 deletions packages/models/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.64.1](https://github.com/mittwald/api-client-js/compare/4.64.0...4.64.1) (2024-09-26)

### Bug Fixes

- **Models:** fix AppInstallations not updating in React
([4bc63d9](https://github.com/mittwald/api-client-js/commit/4bc63d9dc5e544f0145e1c1a264a52d7c6e70a3d))

# Change Log

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

# [4.64.0](https://github.com/mittwald/api-client-js/compare/4.63.0...4.64.0) (2024-09-26)

### Features
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.64.0",
"version": "4.64.1",
"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 1cf99e8

Please sign in to comment.