Skip to content

Commit 94e59a4

Browse files
github-actions[bot]github-actionsMrtenz
authored
10.0.0 (#170)
This is the release candidate for version 10.0.0. --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent 15c3b4b commit 94e59a4

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [10.0.0]
11+
12+
### Changed
13+
14+
- **BREAKING:** Build the package as both CJS and ESM ([#168](https://github.com/MetaMask/post-message-stream/pull/168))
15+
- The package now uses the `exports` field in `package.json` to define the entry points for CJS and ESM.
16+
- It's no longer possible to import from the `dist` directory directly.
17+
- **BREAKING:** Move Node.js-specific functionality to `@metamask/post-message-stream/node` entry point ([#168](https://github.com/MetaMask/post-message-stream/pull/168))
18+
- The main entry point is now compatible with Node.js and browsers.
19+
- Bump `@metamask/utils` from `^11.0.1` to `^11.4.0` ([#169](https://github.com/MetaMask/post-message-stream/pull/169))
20+
- Bump `elliptic` from `6.6.0` to `6.6.1` ([#160](https://github.com/MetaMask/post-message-stream/pull/160))
21+
1022
## [9.0.0]
1123

1224
### Changed
@@ -134,7 +146,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
134146

135147
- Initial release.
136148

137-
[Unreleased]: https://github.com/MetaMask/post-message-stream/compare/v9.0.0...HEAD
149+
[Unreleased]: https://github.com/MetaMask/post-message-stream/compare/v10.0.0...HEAD
150+
[10.0.0]: https://github.com/MetaMask/post-message-stream/compare/v9.0.0...v10.0.0
138151
[9.0.0]: https://github.com/MetaMask/post-message-stream/compare/v8.1.1...v9.0.0
139152
[8.1.1]: https://github.com/MetaMask/post-message-stream/compare/v8.1.0...v8.1.1
140153
[8.1.0]: https://github.com/MetaMask/post-message-stream/compare/v8.0.0...v8.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/post-message-stream",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"description": "Sets up a duplex object stream over window.postMessage",
55
"homepage": "https://github.com/MetaMask/post-message-stream#readme",
66
"bugs": {

0 commit comments

Comments
 (0)