Skip to content
Merged

9.0.0 #102

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [9.0.0]
### Uncategorized
- **BREAKING**: Bump minimum Node.js version to 14 ([#92](https://github.com/MetaMask/obs-store/pull/92))
- **BREAKING**: Use `readable-stream@^3.6.2` for streams ([#96](https://github.com/MetaMask/obs-store/pull/96))

## [8.1.1]
### Changed
- Bump `@metamask/safe-event-emitter` from `2.0.0` to `3.0.0` ([#85](https://github.com/MetaMask/obs-store/pull/85))
Expand Down Expand Up @@ -51,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- All exports are now named, and exposed at the main entry point.
- Some export names have changed, but they should still be recognizable.

[Unreleased]: https://github.com/MetaMask/obs-store/compare/v8.1.1...HEAD
[Unreleased]: https://github.com/MetaMask/obs-store/compare/v9.0.0...HEAD
[9.0.0]: https://github.com/MetaMask/obs-store/compare/v8.1.1...v9.0.0
[8.1.1]: https://github.com/MetaMask/obs-store/compare/v8.1.0...v8.1.1
[8.1.0]: https://github.com/MetaMask/obs-store/compare/v8.0.0...v8.1.0
[8.0.0]: https://github.com/MetaMask/obs-store/compare/v7.0.0...v8.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/obs-store",
"version": "8.1.1",
"version": "9.0.0",
"description": "`ObservableStore` is a synchronous in-memory store for a single value, that you can subscribe to updates for.",
"homepage": "https://github.com/MetaMask/obs-store#readme",
"bugs": {
Expand Down