Skip to content

Commit 2e09bb4

Browse files
authored
6.0.0 (#35)
* 6.0.0 * Update changelog
1 parent 5f7e102 commit 2e09bb4

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [6.0.0] - 2020-02-05
10+
11+
### Changed
12+
13+
- Genericize state in all classes / exports ([#33](https://github.com/MetaMask/obs-store/pull/33))
14+
15+
### Removed
16+
17+
- **(BREAKING)** Remove `LocalStorageStore` ([#34](https://github.com/MetaMask/obs-store/pull/34))
18+
919
## [5.0.0] - 2020-12-16
1020

1121
### Added
@@ -19,7 +29,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1929
- All exports are now named, and exposed at the main entry point.
2030
- Some export names have changed, but they should still be recognizable.
2131

22-
[Unreleased]:https://github.com/MetaMask/obs-store/compare/v5.0.0...HEAD
32+
[Unreleased]:https://github.com/MetaMask/obs-store/compare/v6.0.0...HEAD
33+
[6.0.0]:https://github.com/MetaMask/obs-store/compare/v5.0.0...v6.0.0
2334
[5.0.0]:https://github.com/MetaMask/obs-store/tree/v4.0.3...v5.0.0
2435
[4.0.3]:https://github.com/MetaMask/obs-store/tree/v4.0.2...v4.0.3
2536
[4.0.2]:https://github.com/MetaMask/obs-store/tree/v4.0.1...v4.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": "5.0.0",
3+
"version": "6.0.0",
44
"description": "`ObservableStore` is a synchronous in-memory store for a single value, that you can subscribe to updates for.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)