Skip to content

Commit

Permalink
chore: change version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkl2533 committed Mar 1, 2023
1 parent 6214eb0 commit b5b7a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
${{ runner.os }}-
- name: Install
if: steps.cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile

- name: Release
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-release-test",
"version": "2.24.0",
"version": "3.0.0",
"description": "",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit b5b7a45

Please sign in to comment.