Skip to content

Commit 6d30e78

Browse files
chore(release): 2.3.0 [skip ci]
# [2.3.0](v2.2.0...v2.3.0) (2020-06-29) ### Features * **options:** add a new option "skip" to avoid calling API ([8f25d60](8f25d60))
1 parent 8f25d60 commit 6d30e78

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.3.0](https://github.com/RyanRoll/react-use-api/compare/v2.2.0...v2.3.0) (2020-06-29)
2+
3+
4+
### Features
5+
6+
* **options:** add a new option "skip" to avoid calling API ([8f25d60](https://github.com/RyanRoll/react-use-api/commit/8f25d6008f800c562e9239b84538f7698d80538d))
7+
18
# [2.2.0](https://github.com/RyanRoll/react-use-api/compare/v2.1.2...v2.2.0) (2019-11-25)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use-api",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"license": "MIT",
55
"main": "build/index.js",
66
"files": [

0 commit comments

Comments
 (0)