diff --git a/CHANGELOG.md b/CHANGELOG.md index 9679543b..7323c989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.2](https://github.com/kuzzleio/kuzzle-plugin-device-manager/compare/v2.3.1...v2.3.2) (2023-08-14) + + +### Bug Fixes + +* **types:** correct type package publish ([c0c0375](https://github.com/kuzzleio/kuzzle-plugin-device-manager/commit/c0c0375409f33615aedf2800c2508402c3ca37cd)) + ## [2.3.1](https://github.com/kuzzleio/kuzzle-plugin-device-manager/compare/v2.3.0...v2.3.1) (2023-08-14) diff --git a/package-lock.json b/package-lock.json index a9f591a9..d9e55f69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kuzzle-device-manager", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kuzzle-device-manager", - "version": "2.3.1", + "version": "2.3.2", "license": "Apache-2.0", "dependencies": { "csv-stringify": "^6.3.2", diff --git a/package.json b/package.json index ca7963d1..cba692c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kuzzle-device-manager", - "version": "2.3.1", + "version": "2.3.2", "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": {