Skip to content

Commit

Permalink
chore(release): 0.9.6
Browse files Browse the repository at this point in the history
## [0.9.6](v0.9.5...v0.9.6) (2020-04-13)

### Bug Fixes

* **core:** allowing null fields in relatedEntitySelector ([c1854fe](c1854fe))
* removal of tmp before build ([479a720](479a720))
  • Loading branch information
satanTime committed Apr 13, 2020
1 parent c1854fe commit 29c333c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.9.6](https://github.com/satanTime/ngrx-entity-relationship/compare/v0.9.5...v0.9.6) (2020-04-13)

### Bug Fixes

- **core:** allowing null fields in relatedEntitySelector ([c1854fe](https://github.com/satanTime/ngrx-entity-relationship/commit/c1854fe407be93b56fda877a348f1e393580341f))
- removal of tmp before build ([479a720](https://github.com/satanTime/ngrx-entity-relationship/commit/479a720510100fc99fb531296e53511866f7241b))

## [0.9.5](https://github.com/satanTime/ngrx-entity-relationship/compare/v0.9.4...v0.9.5) (2020-04-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngrx-entity-relationship",
"version": "0.9.5",
"version": "0.9.6",
"description": "Selector of related entities for @ngrx/entity and @ngrx/data",
"files": [
"dist"
Expand Down

0 comments on commit 29c333c

Please sign in to comment.