Skip to content

Commit 980ba18

Browse files
committed
chore(release): 0.3.2
1 parent edb8b1b commit 980ba18

File tree

2 files changed

+12
-19
lines changed

2 files changed

+12
-19
lines changed

CHANGELOG.md

+11-18
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,40 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
### [0.3.1](https://github.com/rx-ts/ngrx/compare/v0.3.0...v0.3.1) (2019-07-21)
5+
### [0.3.2](https://github.com/rx-ts/ngrx/compare/v0.3.0...v0.3.2) (2019-08-09)
66

7+
### Features
78

8-
### Bug Fixes
9+
- no need to wrap retryTimes into Observable ([edb8b1b](https://github.com/rx-ts/ngrx/commit/edb8b1b))
910

10-
* ensure viewRef existence and detectChanges ([bfa92cd](https://github.com/rx-ts/ngrx/commit/bfa92cd))
11+
### [0.3.1](https://github.com/rx-ts/ngrx/compare/v0.3.0...v0.3.1) (2019-07-21)
1112

13+
### Bug Fixes
1214

15+
- ensure viewRef existence and detectChanges ([bfa92cd](https://github.com/rx-ts/ngrx/commit/bfa92cd))
1316

1417
## [0.3.0](https://github.com/rx-ts/ngrx/compare/v0.2.0...v0.3.0) (2019-07-21)
1518

16-
1719
### Bug Fixes
1820

19-
* dispose last subscription automatically ([50bc4a1](https://github.com/rx-ts/ngrx/commit/50bc4a1))
20-
* use finalize operator instead of complete handler ([573f9c8](https://github.com/rx-ts/ngrx/commit/573f9c8))
21-
21+
- dispose last subscription automatically ([50bc4a1](https://github.com/rx-ts/ngrx/commit/50bc4a1))
22+
- use finalize operator instead of complete handler ([573f9c8](https://github.com/rx-ts/ngrx/commit/573f9c8))
2223

2324
### Features
2425

25-
* add support of retry on error ([3380c1c](https://github.com/rx-ts/ngrx/commit/3380c1c))
26-
27-
26+
- add support of retry on error ([3380c1c](https://github.com/rx-ts/ngrx/commit/3380c1c))
2827

2928
## [0.2.0](https://github.com/rx-ts/ngrx/compare/v0.1.1...v0.2.0) (2019-07-20)
3029

31-
3230
### Features
3331

34-
* add rxAsync directive ([dca6939](https://github.com/rx-ts/ngrx/commit/dca6939))
35-
36-
32+
- add rxAsync directive ([dca6939](https://github.com/rx-ts/ngrx/commit/dca6939))
3733

3834
### [0.1.1](https://github.com/rx-ts/ngrx/compare/v0.1.0...v0.1.1) (2019-07-18)
3935

40-
4136
### Bug Fixes
4237

43-
* improve build config and tree shaking ([ce97050](https://github.com/rx-ts/ngrx/commit/ce97050))
44-
45-
38+
- improve build config and tree shaking ([ce97050](https://github.com/rx-ts/ngrx/commit/ce97050))
4639

4740
## 0.1.0 (2019-07-18)
4841

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rxts/ngrx",
3-
"version": "0.0.0",
3+
"version": "0.3.2",
44
"description": "🎉 Angular + RxJS + TypeScript = 🔥",
55
"repository": "[email protected]:rx-ts/ngrx.git",
66
"author": "JounQin <[email protected]>",

0 commit comments

Comments
 (0)