Skip to content

Commit

Permalink
Release version 1.1.44
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Jun 20, 2024
1 parent 692dde4 commit 145f333
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
GH_PAT: ${{ secrets.GH_PAT }}
GH_RELEASE_GITHUB_API_TOKEN: ${{ secrets.GH_PAT }}
GH_RELEASE_FILES: master-build.zip,master-src.zip
GH_RELEASE_FILES: master-build.zip,master-build-firefox.zip,master-src.zip
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
TRANSAK_API_KEY: ${{ secrets.TRANSAK_API_KEY }}
Expand Down
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 1.0.0
- Initial release
## 1.1.44

Features & Updates:
- Support Firefox

## 1.1.43

Features & Updates:
- First version with basic Bitcoin & EVM Features

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/openbitdev/OpenBit-Wallet.git"
},
"sideEffects": false,
"version": "1.1.44-0",
"version": "1.1.44",
"workspaces": [
"packages/*"
],
Expand Down

0 comments on commit 145f333

Please sign in to comment.