Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Aug 27, 2024
1 parent 92cf9d2 commit 90fdda7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/js-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PACKAGEJSON_DIR: 'js'
with:
version-type: 'prerelease'
skip-tag: 'true'
patch-wording: 'patch,fixes,fix'
rc-wording: 'test,alpha,wip,test-release,release'
- name: setup node
uses: actions/setup-node@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions js/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 js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plugnmeet-protocol-js",
"version": "1.0.1-rc.4",
"version": "1.0.2",
"description": "plugNmeet JS proto files",
"author": "Jibon L. Costa",
"license": "MIT",
Expand Down

0 comments on commit 90fdda7

Please sign in to comment.