Skip to content

Commit f4327c6

Browse files
authored
release
2 parents 61348f6 + d76a94e commit f4327c6

File tree

5 files changed

+12
-16
lines changed

5 files changed

+12
-16
lines changed

.changeset/mighty-cats-tickle.md

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

.changeset/tidy-cheetahs-brake.md

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

.changeset/yellow-steaks-invite.md

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

CHANGELOG.md

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

3+
## 3.5.0
4+
5+
### Minor Changes
6+
7+
- 6e42e39: Rename all `tag` properties (user and application) to `name` as API deprecated them.
8+
- 6394ebd: Allow some app methods at BaseApplication
9+
10+
### Patch Changes
11+
12+
- 9adbbfe: Rename `ApplicationManager#status` method to `statusAll` to match its API endpoint.
13+
314
## 3.4.3
415

516
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@squarecloud/api",
3-
"version": "3.4.3",
3+
"version": "3.5.0",
44
"description": "A NodeJS wrapper for Square Cloud API",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)