Skip to content

Commit

Permalink
Bump to 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Henning Vogt committed May 22, 2019
1 parent d52c5a4 commit 01370dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,6 @@ like this:
``` javascript
localStorage.setItem('token', '123token');
```

## Contributors
* [hootbah](https://github.com/hootbah)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-jsonapi-client",
"version": "0.4.6",
"version": "0.4.7",
"description": "JSON API data provider for react-admin.",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ describe('GET_MANY', () => {
.get(/users.*filter=.*/)
.reply(200, getMany);

return client('GET_MANY', 'users', { ids: [ 1] } )
return client('GET_MANY', 'users', { ids: [1] } )
.then((data) => { result = data; });
});

Expand Down

0 comments on commit 01370dc

Please sign in to comment.