Skip to content

Commit 2f08e6a

Browse files
github-actions[bot]github-actionslegobeat
authored
8.1.1 (#90)
--------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
1 parent 7943a65 commit 2f08e6a

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.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+
913
## [8.1.0]
1014
### Added
1115
- 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
4751
- All exports are now named, and exposed at the main entry point.
4852
- Some export names have changed, but they should still be recognizable.
4953

50-
[Unreleased]: https://github.com/MetaMask/obs-store/compare/v8.1.0...HEAD
54+
[Unreleased]: https://github.com/MetaMask/obs-store/compare/v8.1.1...HEAD
55+
[8.1.1]: https://github.com/MetaMask/obs-store/compare/v8.1.0...v8.1.1
5156
[8.1.0]: https://github.com/MetaMask/obs-store/compare/v8.0.0...v8.1.0
5257
[8.0.0]: https://github.com/MetaMask/obs-store/compare/v7.0.0...v8.0.0
5358
[7.0.0]: https://github.com/MetaMask/obs-store/compare/v6.0.2...v7.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": "8.1.0",
3+
"version": "8.1.1",
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)