Skip to content

Commit 1088bcd

Browse files
committed
1.0.2 Release 🎉 🎆 🔔
1 parent 5f1a5b2 commit 1088bcd

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [1.0.2](https://github.com/leapfrogtechnology/async-store/tree/1.0.2) (2019-07-31)
4+
[Full Changelog](https://github.com/leapfrogtechnology/async-store/compare/1.0.1...1.0.2)
5+
6+
**Closed Issues**
7+
8+
- Make store.getId\(\) fail-safe [\#15](https://github.com/leapfrogtechnology/async-store/issues/15)
9+
10+
**Changes**
11+
12+
- Add isInitialized\(\) doc [\#19](https://github.com/leapfrogtechnology/async-store/pull/19) [[documentation](https://github.com/leapfrogtechnology/async-store/labels/documentation)] ([cham11ng](https://github.com/cham11ng))
13+
- Add test cases for getId\(\) method [\#18](https://github.com/leapfrogtechnology/async-store/pull/18) [[test](https://github.com/leapfrogtechnology/async-store/labels/test)] ([cham11ng](https://github.com/cham11ng))
14+
- Minor improvements on the documentation [\#12](https://github.com/leapfrogtechnology/async-store/pull/12) [[documentation](https://github.com/leapfrogtechnology/async-store/labels/documentation)] ([kabirbaidhya](https://github.com/kabirbaidhya))
15+
316
## [1.0.1](https://github.com/leapfrogtechnology/async-store/tree/1.0.1) (2019-07-19)
417
[Full Changelog](https://github.com/leapfrogtechnology/async-store/compare/1.0.0...1.0.1)
518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leapfrogtechnology/async-store",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Global store utility for an async operation lifecycle and chain of callbacks",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)