Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudahtt committed Nov 27, 2024
1 parent d3df678 commit 7aef502
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [18.2.0]

### Uncategorized
### Added

- feat: Add new export for `initializeInpageProvider` ([#391](https://github.com/MetaMask/providers/pull/391))
- Add new export for `initializeInpageProvider` with legacy build system support ([#391](https://github.com/MetaMask/providers/pull/391))
- Previously this module could be imported from `/dist/initializeInpageProvider`, but this only worked with build systems that support the `exports` field (e.g. browserify).
- This new `initializeInpageProvider` export has a JavaScript redirect for older build systems, so it should work correctly in all cases.

## [18.1.2]

Expand Down

0 comments on commit 7aef502

Please sign in to comment.