Skip to content

Commit cda9667

Browse files
github-actions[bot]github-actions
andauthored
9.0.0 (#102)
--------- Co-authored-by: github-actions <github-actions@github.com>
1 parent 27e4e19 commit cda9667

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [9.0.0]
10+
### Uncategorized
11+
- **BREAKING**: Bump minimum Node.js version to 14 ([#92](https://github.com/MetaMask/obs-store/pull/92))
12+
- **BREAKING**: Use `readable-stream@^3.6.2` for streams ([#96](https://github.com/MetaMask/obs-store/pull/96))
13+
914
## [8.1.1]
1015
### Changed
1116
- Bump `@metamask/safe-event-emitter` from `2.0.0` to `3.0.0` ([#85](https://github.com/MetaMask/obs-store/pull/85))
@@ -51,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5156
- All exports are now named, and exposed at the main entry point.
5257
- Some export names have changed, but they should still be recognizable.
5358

54-
[Unreleased]: https://github.com/MetaMask/obs-store/compare/v8.1.1...HEAD
59+
[Unreleased]: https://github.com/MetaMask/obs-store/compare/v9.0.0...HEAD
60+
[9.0.0]: https://github.com/MetaMask/obs-store/compare/v8.1.1...v9.0.0
5561
[8.1.1]: https://github.com/MetaMask/obs-store/compare/v8.1.0...v8.1.1
5662
[8.1.0]: https://github.com/MetaMask/obs-store/compare/v8.0.0...v8.1.0
5763
[8.0.0]: https://github.com/MetaMask/obs-store/compare/v7.0.0...v8.0.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/obs-store",
3-
"version": "8.1.1",
3+
"version": "9.0.0",
44
"description": "`ObservableStore` is a synchronous in-memory store for a single value, that you can subscribe to updates for.",
55
"homepage": "https://github.com/MetaMask/obs-store#readme",
66
"bugs": {

0 commit comments

Comments
 (0)