Skip to content

Commit f493a0c

Browse files
github-actions[bot]github-actionslegobeat
authored
9.1.0 (#112)
--------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me> Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
1 parent 7cccef1 commit f493a0c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [9.1.0]
10+
### Changed
11+
- Support overriding default Stream options in ObservableStoreStream constructor, storeTransformStream, and storeAsStream ([#110](https://github.com/MetaMask/obs-store/pull/110))
12+
913
## [9.0.0]
1014
### Changed
1115
- **BREAKING**: Bump minimum Node.js version to 14 ([#92](https://github.com/MetaMask/obs-store/pull/92))
@@ -56,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5660
- All exports are now named, and exposed at the main entry point.
5761
- Some export names have changed, but they should still be recognizable.
5862

59-
[Unreleased]: https://github.com/MetaMask/obs-store/compare/v9.0.0...HEAD
63+
[Unreleased]: https://github.com/MetaMask/obs-store/compare/v9.1.0...HEAD
64+
[9.1.0]: https://github.com/MetaMask/obs-store/compare/v9.0.0...v9.1.0
6065
[9.0.0]: https://github.com/MetaMask/obs-store/compare/v8.1.1...v9.0.0
6166
[8.1.1]: https://github.com/MetaMask/obs-store/compare/v8.1.0...v8.1.1
6267
[8.1.0]: https://github.com/MetaMask/obs-store/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/obs-store",
3-
"version": "9.0.0",
3+
"version": "9.1.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)