Skip to content

Commit

Permalink
chore(release): 2.4.0-beta.10 [skip ci]
Browse files Browse the repository at this point in the history
# [2.4.0-beta.10](v2.4.0-beta.9...v2.4.0-beta.10) (2024-01-09)

### Bug Fixes

* **assetsGroups:** disable checkRights on impersonate ([#325](#325)) ([eaa3edc](eaa3edc))

### Features

* **asset:** add upsert method ([#323](#323)) ([5f87787](5f87787))
  • Loading branch information
semantic-release-bot committed Jan 9, 2024
1 parent eaa3edc commit 52edfee
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.4.0-beta.10](https://github.com/kuzzleio/kuzzle-plugin-device-manager/compare/v2.4.0-beta.9...v2.4.0-beta.10) (2024-01-09)


### Bug Fixes

* **assetsGroups:** disable checkRights on impersonate ([#325](https://github.com/kuzzleio/kuzzle-plugin-device-manager/issues/325)) ([eaa3edc](https://github.com/kuzzleio/kuzzle-plugin-device-manager/commit/eaa3edc678529f0a4b1e0f440764e3c8f8504f62))


### Features

* **asset:** add upsert method ([#323](https://github.com/kuzzleio/kuzzle-plugin-device-manager/issues/323)) ([5f87787](https://github.com/kuzzleio/kuzzle-plugin-device-manager/commit/5f8778734849386a796eed6ae6071757978bc956))

# [2.4.0-beta.9](https://github.com/kuzzleio/kuzzle-plugin-device-manager/compare/v2.4.0-beta.8...v2.4.0-beta.9) (2023-11-06)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kuzzle-device-manager",
"version": "2.4.0-beta.9",
"version": "2.4.0-beta.10",
"description": "Manage your IoT devices and assets. Choose a provisioning strategy, receive and decode payload, handle your IoT business logic.",
"author": "The Kuzzle Team (support@kuzzle.io)",
"repository": {
Expand Down

0 comments on commit 52edfee

Please sign in to comment.