From 75a37411a7e566e3b7bcba5de137425b473f9322 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 1 Dec 2024 03:17:10 +0000 Subject: [PATCH] Version Packages --- .changeset/serious-dots-divide.md | 7 ------- CHANGELOG.md | 7 +++++++ package.json | 10 ++++++++-- 3 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 .changeset/serious-dots-divide.md diff --git a/.changeset/serious-dots-divide.md b/.changeset/serious-dots-divide.md deleted file mode 100644 index 5e90373..0000000 --- a/.changeset/serious-dots-divide.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@squarecloud/api-types": minor ---- - -Update `UserPlanName` to include `Enterprise-16` new plan. -Remove `Business` plan from `UserPlanName`. - diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d0938b..9f684c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @squarecloud/api-types +## 0.4.0 + +### Minor Changes + +- 4d7babe: Update `UserPlanName` to include `Enterprise-16` new plan. + Remove `Business` plan from `UserPlanName`. + ## 0.3.3 ### Patch Changes diff --git a/package.json b/package.json index 1ba085b..2c0d603 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squarecloud/api-types", - "version": "0.3.4", + "version": "0.4.0", "private": false, "description": "Typings for Square Cloud API", "homepage": "https://github.com/squarecloudofc/api-types#readme", @@ -45,7 +45,13 @@ "type": "git", "url": "git+https://github.com/squarecloudofc/api-types.git" }, - "keywords": ["square", "squarecloud", "api", "squarecloud api", "types"], + "keywords": [ + "square", + "squarecloud", + "api", + "squarecloud api", + "types" + ], "author": "João Tonaco ", "license": "MIT", "bugs": {