Skip to content

Commit 705113e

Browse files
authored
release
2 parents df0a13d + 8b7a67b commit 705113e

3 files changed

Lines changed: 14 additions & 7 deletions

File tree

.changeset/giant-squids-walk.md

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

CHANGELOG.md

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

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- df0a13d: Remove `RESTPostAPIApplicationCommitQuery` due to API changes
8+
39
## 0.3.2
410

511
### 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.2",
3+
"version": "0.3.3",
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)