diff --git a/.changeset/wise-pears-lie.md b/.changeset/wise-pears-lie.md deleted file mode 100644 index bb0996aa..00000000 --- a/.changeset/wise-pears-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@absmach/magistrala-sdk": patch ---- - -This pr updates the users service to the latest jsdocs and also removes the need for passing a user to enable or disable the user. diff --git a/CHANGELOG.md b/CHANGELOG.md index 61104343..5afdc445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @absmach/magistrala-sdk +## 0.9.9 + +### Patch Changes + +- 3d97973: This pr updates the users service to the latest jsdocs and also removes the need for passing a user to enable or disable the user. + ## 0.9.8 ### Patch Changes diff --git a/package.json b/package.json index bcece60c..00b9c5c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@absmach/magistrala-sdk", - "version": "0.9.8", + "version": "0.9.9", "description": "Official Magistrala sdk", "main": "./dist/sdk.js", "module": "./dist/sdk.mjs",