Skip to content

Commit

Permalink
chore(release): 2.4.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.4](v2.4.3...v2.4.4) (2024-11-18)

### Bug Fixes

* getAsset should search in commons assets too ([#380](#380)) ([d588a93](d588a93))
  • Loading branch information
semantic-release-bot committed Nov 18, 2024
1 parent d588a93 commit 8818ba3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.4.4](https://github.com/kuzzleio/kuzzle-device-manager/compare/v2.4.3...v2.4.4) (2024-11-18)


### Bug Fixes

* getAsset should search in commons assets too ([#380](https://github.com/kuzzleio/kuzzle-device-manager/issues/380)) ([d588a93](https://github.com/kuzzleio/kuzzle-device-manager/commit/d588a93b0dd5b270199083cfb0856e34b57afa66))

## [2.4.3](https://github.com/kuzzleio/kuzzle-device-manager/compare/v2.4.2...v2.4.3) (2024-10-25)


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.3",
"version": "2.4.4",
"description": "Manage your IoT devices and assets. Choose a provisioning strategy, receive and decode payload, handle your IoT business logic.",
"author": "The Kuzzle Team ([email protected])",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kuzzle-device-manager-types",
"version": "2.4.3",
"version": "2.4.4",
"description": "Shared types for Kuzzle Device Manager",
"author": "The Kuzzle Team ([email protected])",
"main": "index.js",
Expand Down

0 comments on commit 8818ba3

Please sign in to comment.