Skip to content

Commit 119a9a3

Browse files
github-actions[bot]github-actionsGudahtt
authored
8.0.0 (#75)
* 8.0.0 * Update changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Mark Stacey <markjstacey@gmail.com>
1 parent 3874f53 commit 119a9a3

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [8.0.0]
10+
### Changed
11+
- **BREAKING:** Allow falsy initial state ([#74](https://github.com/MetaMask/obs-store/pull/74))
12+
- This fixes an accidental breaking change introduced in v6.0.2. If you're updating from a version earlier than v6.0.2, this is non-breaking.
13+
- This is only breaking if you are relying on falsy initial state being replaced with an empty object.
14+
915
## [7.0.0]
1016
### Changed
1117
- **BREAKING**: Increase minimum Node.js version to v12 ([#40](https://github.com/MetaMask/obs-store/pull/40))
@@ -37,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3743
- All exports are now named, and exposed at the main entry point.
3844
- Some export names have changed, but they should still be recognizable.
3945

40-
[Unreleased]: https://github.com/MetaMask/obs-store/compare/v7.0.0...HEAD
46+
[Unreleased]: https://github.com/MetaMask/obs-store/compare/v8.0.0...HEAD
47+
[8.0.0]: https://github.com/MetaMask/obs-store/compare/v7.0.0...v8.0.0
4148
[7.0.0]: https://github.com/MetaMask/obs-store/compare/v6.0.2...v7.0.0
4249
[6.0.2]: https://github.com/MetaMask/obs-store/compare/v6.0.1...v6.0.2
4350
[6.0.1]: https://github.com/MetaMask/obs-store/compare/v6.0.0...v6.0.1

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