Skip to content

Commit dfbbff7

Browse files
fix(): release expectations (#527)
* fix(): release expectations * Bump version up to 1.1.35 --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cafdd2a commit dfbbff7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hawk.api",
3-
"version": "1.1.34",
3+
"version": "1.1.35",
44
"main": "index.ts",
55
"license": "UNLICENSED",
66
"scripts": {

src/typeDefs/event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ type Release {
5353
"""
5454
Release commits
5555
"""
56-
commits: [Commit!]!
56+
commits: [Commit!]
5757
}
5858
5959
"""

0 commit comments

Comments
 (0)