Skip to content

Commit

Permalink
release: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancyq committed Sep 27, 2024
1 parent 650edba commit 9e62603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __tests__/github/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('GitHub Client', () => {
it('should set user-agent', async () => {
expect(graphqlClient().endpoint.DEFAULTS.headers).toHaveProperty(
'user-agent',
'@ryancyq/github-signed-commit/1.0.0'
'@ryancyq/github-signed-commit/1.1.0'
)
})
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@ryancyq/github-signed-commit",
"version": "1.0.0",
"version": "1.1.0",
"description": "Create a signed commit with GitHub Actions",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit 9e62603

Please sign in to comment.