Skip to content

Commit 057fbec

Browse files
committed
2.0.3
1 parent be78635 commit 057fbec

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.0.3](https://github.com/devexperts/remote-data-ts/compare/v2.0.2...v2.0.3) (2020-01-24)
2+
3+
4+
### Bug Fixes
5+
6+
* fix bimap, mapLeft, extend to forward progress correctly ([#45](https://github.com/devexperts/remote-data-ts/issues/45)) ([be78635](https://github.com/devexperts/remote-data-ts/commit/be78635))
7+
8+
9+
110
## [2.0.2](https://github.com/devexperts/remote-data-ts/compare/v2.0.1...v2.0.2) (2020-01-17)
211

312

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devexperts/remote-data-ts",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"main": "dist/index.js",
55
"module": "es6/index.js",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)