You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [8.1.1]
10
+
### Changed
11
+
- Bump `@metamask/safe-event-emitter` from `2.0.0` to `3.0.0` ([#85](https://github.com/MetaMask/obs-store/pull/85))
12
+
9
13
## [8.1.0]
10
14
### Added
11
15
- 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))
@@ -47,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
47
51
- All exports are now named, and exposed at the main entry point.
48
52
- Some export names have changed, but they should still be recognizable.
0 commit comments