Skip to content

Commit a481405

Browse files
authored
5.0.0 (#32)
1 parent 84614d8 commit a481405

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [5.0.0] - 2020-12-16
10+
11+
### Added
12+
13+
- TypeScript types ([#27](https://github.com/MetaMask/obs-store/pull/27))
14+
915
### Changed
1016

11-
- Migrate to TypeScript ([#27](https://github.com/MetaMask/obs-store/pull/27))
17+
- **(BREAKING)** Rename package to `@metamask/obs-store` ([#30](https://github.com/MetaMask/obs-store/pull/30))
18+
- **(BREAKING)** Overhaul exports ([#29](https://github.com/MetaMask/obs-store/pull/29))
19+
- All exports are now named, and exposed at the main entry point.
20+
- Some export names have changed, but they should still be recognizable.
1221

13-
[Unreleased]:https://github.com/MetaMask/obs-store/compare/v4.0.3...HEAD
14-
[4.0.3]:https://github.com/MetaMask/obs-store/tree/v4.0.3
22+
[Unreleased]:https://github.com/MetaMask/obs-store/compare/v5.0.0...HEAD
23+
[5.0.0]:https://github.com/MetaMask/obs-store/tree/v4.0.3...v5.0.0
24+
[4.0.3]:https://github.com/MetaMask/obs-store/tree/v4.0.2...v4.0.3
25+
[4.0.2]:https://github.com/MetaMask/obs-store/tree/v4.0.1...v4.0.2
26+
[4.0.1]:https://github.com/MetaMask/obs-store/tree/v4.0.0...v4.0.1
27+
[4.0.0]:https://github.com/MetaMask/obs-store/tree/v3.0.2...v4.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": "1.0.0",
3+
"version": "5.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)