Skip to content

Commit 9e62603

Browse files
committed
release: 1.1.0
1 parent 650edba commit 9e62603

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__tests__/github/client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('GitHub Client', () => {
3434
it('should set user-agent', async () => {
3535
expect(graphqlClient().endpoint.DEFAULTS.headers).toHaveProperty(
3636
'user-agent',
37-
'@ryancyq/github-signed-commit/1.0.0'
37+
'@ryancyq/github-signed-commit/1.1.0'
3838
)
3939
})
4040
})

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@ryancyq/github-signed-commit",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "Create a signed commit with GitHub Actions",
66
"main": "dist/index.js",
77
"repository": {

0 commit comments

Comments
 (0)