Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
golles committed Jan 21, 2024
1 parent 6cc1f1e commit d240d6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('action', () => {
// Verify that all of the core library functions were called correctly
expect(debugMock).toHaveBeenNthCalledWith(
1,
'Starting mock-yaml-secrets-action version 1.0.0'
'Starting mock-yaml-secrets-action version 1.1.0'
)
expect(debugMock).toHaveBeenNthCalledWith(
2,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mock-yaml-secrets-action",
"description": "This action will scan all your YAML files for secrets and makes a secrets.yaml that can be used by other actions.",
"version": "1.0.0",
"version": "1.1.0",
"author": "golles",
"private": true,
"homepage": "https://github.com/golles/mock-yaml-secrets-action",
Expand Down

0 comments on commit d240d6d

Please sign in to comment.