Skip to content

Commit a74ca01

Browse files
authored
release
Version Packages
2 parents 18cf349 + e4e6f17 commit a74ca01

9 files changed

+16
-36
lines changed

.changeset/cold-socks-speak.md

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

.changeset/cyan-zoos-smash.md

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

.changeset/hungry-planes-heal.md

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

.changeset/olive-islands-dance.md

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

.changeset/quiet-lamps-teach.md

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

.changeset/rotten-rocks-agree.md

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

.changeset/shaggy-starfishes-stare.md

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

CHANGELOG.md

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

3+
## 3.6.0
4+
5+
### Minor Changes
6+
7+
- d7e9b0e: New `Application#deploys#current` method for getting the current deployment URL
8+
- 73c92c2: New `Application#files#edit` method for editing files
9+
- 010e8b9: New `Application#backups#list` method for listing snapshots
10+
- 18cf349: New `Application#network#dns` method for getting DNS records status
11+
- 2da679a: New `Application#files#move` for moving or renaming files
12+
- 4f68026: Implement new API routes convention
13+
14+
### Patch Changes
15+
16+
- a138094: Rename `Application#deploys#getGithubWebhook` to `integrateGithubWebhook`
17+
318
## 3.5.3
419

520
### 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.5.3",
3+
"version": "3.6.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)