chore(release): 5.0.0

## [5.0.0](https://github.com/hirosystems/wallet/compare/v4.36.0...v5.0.0) (2023-07-18)

### ⚠ BREAKING CHANGES

* this change is sufficient enough to warrant a major
bump

### Features

* manifest v3 release trigger ([d0c8b3a](d0c8b3a781))
This commit is contained in:
semantic-release-bot
2023-07-18 11:25:01 +00:00
committed by kyranjamie
parent 80615cac13
commit 0e73a1e44c
2 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,15 @@
## [5.0.0](https://github.com/hirosystems/wallet/compare/v4.36.0...v5.0.0) (2023-07-18)
### ⚠ BREAKING CHANGES
* this change is sufficient enough to warrant a major
bump
### Features
* manifest v3 release trigger ([d0c8b3a](https://github.com/hirosystems/wallet/commit/d0c8b3a781165ab1342de4699213b2998b25e988))
## [4.36.0](https://github.com/hirosystems/wallet/compare/v4.35.0...v4.36.0) (2023-07-18)

View File

@@ -2,7 +2,7 @@
"name": "@stacks/wallet-web",
"description": "The Hiro Wallet is browser extension for interacting with Stacks apps",
"private": true,
"version": "4.36.0",
"version": "5.0.0",
"author": "Hiro Systems PBC",
"scripts": {
"dev": "cross-env NODE_ENV=development concurrently --raw \"node webpack/dev-server.js\" \"redux-devtools --hostname=localhost --port=8000\"",