Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
release v3.0.0 (#88)
Browse files Browse the repository at this point in the history
* release v3.0.0

* fix changelog

* Update CHANGELOG.md

Co-authored-by: jiexi <[email protected]>

* fix changelog again

---------

Co-authored-by: jiexi <[email protected]>
  • Loading branch information
adonesky1 and jiexi authored Oct 5, 2023
1 parent 9cb382e commit c6eafab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0] - 2023-10-05

### Changed

- **BREAKING:** Bump required node version from v12 to v16 ([#85](https://github.com/MetaMask/mobile-provider/pull/85))
- Bump version of `@metamask/inpage-provider` to `v13.0.0` (package renamed to `@metamask/providers`) ([#85](https://github.com/MetaMask/mobile-provider/pull/85))
- Bump version of `stream-browserify` to `v3.0.0` ([#85](https://github.com/MetaMask/mobile-provider/pull/85))

## [2.1.0] - 2021-05-05

### Added
Expand Down Expand Up @@ -36,8 +44,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `@metamask/[email protected]` ([#34](https://github.com/MetaMask/mobile-provider/pull/34))

[unreleased]: https://github.com/MetaMask/mobile-provider/compare/v2.1.0...HEAD
[2.0.1]: https://github.com/MetaMask/mobile-provider/compare/v2.0.1...v2.1.0
[unreleased]: https://github.com/MetaMask/mobile-provider/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/MetaMask/mobile-provider/compare/v2.1.0...v3.0.0
[2.1.0]: https://github.com/MetaMask/mobile-provider/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/MetaMask/mobile-provider/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/MetaMask/mobile-provider/compare/v1.3.0...v2.0.0
[1.3.0]: https://github.com/MetaMask/mobile-provider/compare/v1.2.4...v1.3.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/mobile-provider",
"version": "2.1.0",
"version": "3.0.0",
"main": "dist/index.js",
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit c6eafab

Please sign in to comment.