Skip to content

Commit 0ea02f5

Browse files
authored
release
Version Packages
2 parents 0d23e9d + 3cd6179 commit 0ea02f5

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

.changeset/hungry-cherries-look.md

-5
This file was deleted.

.changeset/many-ducks-thank.md

-5
This file was deleted.

.changeset/pink-rabbits-guess.md

-5
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @squarecloud/api
22

3+
## 3.6.3
4+
5+
### Patch Changes
6+
7+
- 138d9d8: Rename `deploys#current()` to `deploys#webhookURL()`.
8+
- 7a806b0: New structure for backups with download method. It's used at `backups.list()` method.
9+
- 6f302d8: New structure for deployments. It's used at `deploys.list()` method.
10+
311
## 3.6.2
412

513
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@squarecloud/api",
3-
"version": "3.6.2",
3+
"version": "3.6.3",
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)