File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments