Skip to content

Commit

Permalink
6.0.0 (#42)
Browse files Browse the repository at this point in the history
* update changelog

* 6.0.0
  • Loading branch information
rekmarks authored Jul 4, 2020
1 parent 34a0514 commit e4c35f3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.0] - 2020-07-04

### Added

- The `data` event
- This event was removed in `4.0.0`, as it was thought to only be used internally.
This assumption was incorrect, and the event is now restored.

### Changed

- Restore the `notification` event value to its pre-`4.0.0` state
- Prior to `4.0.0` this event was emitted by code in the MetaMask extension.
Its value was inadvertently changed when it was moved to this package.

## [5.2.1] - 2020-06-29

### Changed

- Un-deprecate `isConnected` method.

## [5.2.0] - 2020-06-24

### Changed
Expand All @@ -29,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fix `ethereum.send` return value for certain argument combination
- Reverted to pre-`4.0.0` state
- Stop protecting overwrites of the following properties, that existing pre-`4.0.0`:
- Stop protecting overwrites of the following properties, that existed prior to `4.0.0`:
- `ethereum.isMetaMask`
- `ethereum._metamask`
- Protect the following new, private properties required for `ethereum.request` to work:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/inpage-provider",
"version": "5.2.1",
"version": "6.0.0",
"description": "A JavaScript Ethereum provider that connects over a WebExtension port.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e4c35f3

Please sign in to comment.