Skip to content

Commit 9bc5a69

Browse files
authored
Merge pull request #25 from squarecloudofc/changeset-release/main
Version Packages
2 parents 83dad5d + 75a3741 commit 9bc5a69

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

.changeset/serious-dots-divide.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @squarecloud/api-types
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 4d7babe: Update `UserPlanName` to include `Enterprise-16` new plan.
8+
Remove `Business` plan from `UserPlanName`.
9+
310
## 0.3.3
411

512
### Patch Changes

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@squarecloud/api-types",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"private": false,
55
"description": "Typings for Square Cloud API",
66
"homepage": "https://github.com/squarecloudofc/api-types#readme",
@@ -45,7 +45,13 @@
4545
"type": "git",
4646
"url": "git+https://github.com/squarecloudofc/api-types.git"
4747
},
48-
"keywords": ["square", "squarecloud", "api", "squarecloud api", "types"],
48+
"keywords": [
49+
"square",
50+
"squarecloud",
51+
"api",
52+
"squarecloud api",
53+
"types"
54+
],
4955
"author": "João Tonaco <joaotonaco@squarecloud.app>",
5056
"license": "MIT",
5157
"bugs": {

0 commit comments

Comments
 (0)