Skip to content

Commit

Permalink
Update lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
safo6m committed Jul 24, 2019
1 parent c953197 commit 0af1cf8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [7.1.1]

* Allow removal of HasMany relations by setting empty array ([#224](https://github.com/ghidoz/angular2-jsonapi/pull/224))

# [7.1.0]

* Allow mixed model types in a single HasMany relationships ([#216](https://github.com/ghidoz/angular2-jsonapi/pull/216))
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": "angular2-jsonapi",
"version": "7.1.0",
"version": "7.1.1",
"description": "A lightweight Angular 2 adapter for JSON API",
"scripts": {
"build": "rimraf dist src/compiled && tslint src/**/*.ts && ngc",
Expand Down

0 comments on commit 0af1cf8

Please sign in to comment.