Skip to content

Commit c93afd9

Browse files
committed
fix: rollup
1 parent fe0cbc3 commit c93afd9

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

CHANGELOG.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
<a name="1.0.0-alpha.3"></a>
2-
# [1.0.0-alpha.3](https://github.com/TalkingData/rxloop/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2018-11-15)
3-
4-
5-
### Bug Fixes
6-
7-
* change examples code ([6558663](https://github.com/TalkingData/rxloop/commit/6558663))
8-
* Improve ts type definition ([bf956cd](https://github.com/TalkingData/rxloop/commit/bf956cd))
9-
10-
11-
### Features
12-
13-
* add async process oprator ([9f722b1](https://github.com/TalkingData/rxloop/commit/9f722b1))
14-
* Add public attribute context ([4b8a6a5](https://github.com/TalkingData/rxloop/commit/4b8a6a5))
15-
* error handlers ([6db44d6](https://github.com/TalkingData/rxloop/commit/6db44d6))
16-
* **epic:** can be passed more params to epic ([7bde209](https://github.com/TalkingData/rxloop/commit/7bde209))
17-
* rename epic to pipe ([87f5417](https://github.com/TalkingData/rxloop/commit/87f5417))
18-
19-
20-
211
<a name="1.0.0-alpha.2"></a>
222
# [1.0.0-alpha.2](https://github.com/TalkingData/rxloop/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2018-11-02)
233

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rxloop/core",
3-
"version": "1.0.0-alpha.3",
3+
"version": "1.0.0-alpha.2",
44
"description": "Predictable state container for JavaScript apps based on RxJS, like Redux with redux-observable middleware.",
55
"scripts": {
66
"lint": "echo 'lint'",

0 commit comments

Comments
 (0)