diff --git a/.changeset/many-hounds-obey.md b/.changeset/many-hounds-obey.md deleted file mode 100644 index bc157e2..0000000 --- a/.changeset/many-hounds-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@absmach/magistrala-sdk": patch ---- - -updates the roles to use roleId instead of roleName in the URL diff --git a/CHANGELOG.md b/CHANGELOG.md index c892f4f..6971aaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @absmach/magistrala-sdk +## 0.9.12 + +### Patch Changes + +- 45dee3f: updates the roles to use roleId instead of roleName in the URL + ## 0.9.11 ### Patch Changes diff --git a/package.json b/package.json index 1a4689f..f9c8fe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@absmach/magistrala-sdk", - "version": "0.9.11", + "version": "0.9.12", "description": "Official Magistrala sdk", "main": "./dist/sdk.js", "module": "./dist/sdk.mjs",