diff --git a/.changeset/four-pears-wonder.md b/.changeset/four-pears-wonder.md deleted file mode 100644 index 51bd8ea..0000000 --- a/.changeset/four-pears-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cloudways-js-client": patch ---- - -fixed all the list functions diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c92db8..4798c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # cloudways-js-client +## 0.0.37 + +### Patch Changes + +- 974252a: fixed all the list functions + ## 0.0.36 ### Patch Changes diff --git a/package.json b/package.json index 2efd83d..a50bff6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "git+https://github.com/code-gio/cloudways-js-client.git" }, - "version": "0.0.36", + "version": "0.0.37", "description": "A client library to power your applications with Cloudways API", "main": "dist/index.js", "module": "dist/index.mjs",