Skip to content

Commit 52edfee

Browse files
chore(release): 2.4.0-beta.10 [skip ci]
# [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))
1 parent eaa3edc commit 52edfee

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [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)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
8+
9+
### Features
10+
11+
* **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))
12+
113
# [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)
214

315

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kuzzle-device-manager",
3-
"version": "2.4.0-beta.9",
3+
"version": "2.4.0-beta.10",
44
"description": "Manage your IoT devices and assets. Choose a provisioning strategy, receive and decode payload, handle your IoT business logic.",
55
"author": "The Kuzzle Team (support@kuzzle.io)",
66
"repository": {

0 commit comments

Comments
 (0)