Skip to content

Commit

Permalink
Merge pull request #77 from getsafle/feature-package-upgrade-mingrati…
Browse files Browse the repository at this point in the history
…on-to-main

update package version for migration merge to main
  • Loading branch information
sshubhamagg authored Oct 20, 2023
2 parents 199d9e5 + cf2fcc0 commit a23ddd1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5,120 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/feature&bugfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
node-version: 18.x
- run: npm install
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18.x
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm install
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@
* Added keyless function for user management.

* Added event listeners to manage live connection between dApp and keyless widget

### 2.0.0 (2023-10-20)

* Merged migration upgrade into main branch for widget integration
Loading

0 comments on commit a23ddd1

Please sign in to comment.