Skip to content

Commit

Permalink
chore(release): 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Aug 9, 2019
1 parent edb8b1b commit 980ba18
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 19 deletions.
29 changes: 11 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,40 @@

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.

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

### Features

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

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

### Bug Fixes

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

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


### Bug Fixes

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

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

### Features

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


- add support of retry on error ([3380c1c](https://github.com/rx-ts/ngrx/commit/3380c1c))

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


### Features

* add rxAsync directive ([dca6939](https://github.com/rx-ts/ngrx/commit/dca6939))


- add rxAsync directive ([dca6939](https://github.com/rx-ts/ngrx/commit/dca6939))

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


### Bug Fixes

* improve build config and tree shaking ([ce97050](https://github.com/rx-ts/ngrx/commit/ce97050))


- improve build config and tree shaking ([ce97050](https://github.com/rx-ts/ngrx/commit/ce97050))

## 0.1.0 (2019-07-18)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rxts/ngrx",
"version": "0.0.0",
"version": "0.3.2",
"description": "🎉 Angular + RxJS + TypeScript = 🔥",
"repository": "git@github.com:rx-ts/ngrx.git",
"author": "JounQin <admin@1stg.me>",
Expand Down

0 comments on commit 980ba18

Please sign in to comment.