Skip to content

Commit 19aa79b

Browse files
committed
3.4.0
1 parent 5e84636 commit 19aa79b

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

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.4.0
4+
5+
### Minor Changes
6+
7+
- a8320be: Remove `Application#avatar` due to API changes
8+
- 5e84636: Remove `Application#gitIntegration` due to API changes
9+
10+
### Patch Changes
11+
12+
- 08f91ee: Add assertions for `User` structure
13+
- db0ddb0: Add assertions for `Application` and `WebsiteApplication`
14+
- 86765eb: Refactor typing and add assertions for `SimpleApplicationStatus` and `ApplicationStatus`
15+
- 384a563: Using @biomejs/biome as linter instead of eslint
16+
- 7ac1d2e: Using tsup as builder instead of tsc
17+
318
## 3.3.3
419

520
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3.3",
3+
"version": "3.4.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)