Skip to content

Commit fb82c22

Browse files
authored
6.0.2 (#39)
* 6.0.2 * Update changelog
1 parent 673d72f commit fb82c22

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 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [6.0.2] - 2020-02-05
10+
11+
### Fixed
12+
13+
- Fix `ObservableStore` constructor and `updateState` types ([#38](https://github.com/MetaMask/obs-store/pull/38))
14+
915
## [6.0.1] - 2020-02-05
1016

1117
### Fixed
@@ -35,7 +41,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3541
- All exports are now named, and exposed at the main entry point.
3642
- Some export names have changed, but they should still be recognizable.
3743

38-
[Unreleased]:https://github.com/MetaMask/obs-store/compare/v6.0.1...HEAD
44+
[Unreleased]:https://github.com/MetaMask/obs-store/compare/v6.0.2...HEAD
45+
[6.0.2]:https://github.com/MetaMask/obs-store/compare/v6.0.1...v6.0.2
3946
[6.0.1]:https://github.com/MetaMask/obs-store/compare/v6.0.0...v6.0.1
4047
[6.0.0]:https://github.com/MetaMask/obs-store/compare/v5.0.0...v6.0.0
4148
[5.0.0]:https://github.com/MetaMask/obs-store/tree/v4.0.3...v5.0.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": "6.0.1",
3+
"version": "6.0.2",
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)