Skip to content

Commit ef0b4ff

Browse files
8.1.0 (#83)
1 parent a461c4c commit ef0b4ff

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+
## [8.1.0]
10+
### Added
11+
- Loosen ComposedStore type so that it can be used to compose stores that hold primitives instead of objects ([#81](https://github.com/MetaMask/obs-store/pull/81))
12+
913
## [8.0.0]
1014
### Changed
1115
- **BREAKING:** Allow falsy initial state ([#74](https://github.com/MetaMask/obs-store/pull/74))
@@ -43,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4347
- All exports are now named, and exposed at the main entry point.
4448
- Some export names have changed, but they should still be recognizable.
4549

46-
[Unreleased]: https://github.com/MetaMask/obs-store/compare/v8.0.0...HEAD
50+
[Unreleased]: https://github.com/MetaMask/obs-store/compare/v8.1.0...HEAD
51+
[8.1.0]: https://github.com/MetaMask/obs-store/compare/v8.0.0...v8.1.0
4752
[8.0.0]: https://github.com/MetaMask/obs-store/compare/v7.0.0...v8.0.0
4853
[7.0.0]: https://github.com/MetaMask/obs-store/compare/v6.0.2...v7.0.0
4954
[6.0.2]: https://github.com/MetaMask/obs-store/compare/v6.0.1...v6.0.2

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.0.0",
3+
"version": "8.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)