From 599af444740c47949d5d34ae297fea632b1142e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 Mar 2024 13:33:39 +0000 Subject: [PATCH] Version Packages --- .changeset/four-pears-wonder.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/four-pears-wonder.md 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",