Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien0102 committed Jul 29, 2019
1 parent 3ad53b2 commit 818fe0d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v8.1.0](https://github.com/contiamo/restful-react/compare/v8.0.0...v8.1.0)

> 29 July 2019
- Bump lodash from 4.17.11 to 4.17.13 [`#138`](https://github.com/contiamo/restful-react/pull/138)
- Add a unit test for non-json error responses - Closed #140 [`#140`](https://github.com/contiamo/restful-react/issues/140)
- Add a onMutate callback. [`708ee4c`](https://github.com/contiamo/restful-react/commit/708ee4c2cce3c20ba9460a4b9bbea8e1ce8549db)
- Keep tsconfig [`9efe082`](https://github.com/contiamo/restful-react/commit/9efe082efe8896b84409e93f2a853035df7c258d)
- Add fix for #136 [`3ad53b2`](https://github.com/contiamo/restful-react/commit/3ad53b2fa5f7c91a28d4ad05626d8bdaaf34f572)

### [v8.0.0](https://github.com/contiamo/restful-react/compare/v7.6.4...v8.0.0)

> 5 July 2019
Expand Down Expand Up @@ -77,10 +87,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Recreate an abortController for the next call [`32f6b72`](https://github.com/contiamo/restful-react/commit/32f6b72b5b35f9b96dd68aafd7d8c16954bcaced)

#### [v7.2.1](https://github.com/contiamo/restful-react/compare/v7.1.1...v7.2.1)
#### [v7.2.1](https://github.com/contiamo/restful-react/compare/v7.2.0...v7.2.1)

> 27 March 2019
- Add an alternative syntax [`2f50faa`](https://github.com/contiamo/restful-react/commit/2f50faaac4aa1bd9964e9d540ad41dce18991201)
- Combine requestOptions with provider [`7e416f7`](https://github.com/contiamo/restful-react/commit/7e416f73ff6207966aa0466033e067d14f7a9df8)
- Fix types [`408e469`](https://github.com/contiamo/restful-react/commit/408e469a9fa7778cce7302c380bdf9ffe6b9821f)

#### [v7.2.0](https://github.com/contiamo/restful-react/compare/v7.1.1...v7.2.0)

> 25 March 2019
- Update lodash [`#105`](https://github.com/contiamo/restful-react/pull/105)
- Security audit [`#104`](https://github.com/contiamo/restful-react/pull/104)
- update @operational/scripts [`75497b9`](https://github.com/contiamo/restful-react/commit/75497b95cf9f4e8886e77794c49db44557d8f4d1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "restful-react",
"description": "A declarative client from RESTful React Apps",
"version": "8.0.0",
"version": "8.1.0",
"main": "lib/index.js",
"license": "MIT",
"files": [
Expand Down

0 comments on commit 818fe0d

Please sign in to comment.