Skip to content

Commit c43bcd6

Browse files
committed
bump 0.3.0
1 parent 69d5024 commit c43bcd6

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

HISTORY.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
1-
#History
1+
# History
22

3-
##0.2.2
3+
## 0.3.0
4+
- Can now uses the recaptcha functions `getValue` `reset` directly from Wrapper without `getComponent` first.
5+
- bump deps
6+
7+
## 0.2.2
48
- Bump react-async-script (bug 0.2.1)
59

6-
##0.2.1
10+
## 0.2.1
711
- Small lint fixes
812
- Updated react-async-script
913

10-
##0.2.0
14+
## 0.2.0
1115
- Now loads the script using react-async-script! Usage is now way simpler
1216

13-
##0.1.0
17+
## 0.1.0
1418
- Migrated to ES6
1519
- Added Travis
1620
- Added Babel
1721
- Added Karma
1822
- Added First test
1923

20-
##0.0.1
24+
## 0.0.1
2125
- Initial commit of component

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-google-recaptcha",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "React Component Wrapper for Google reCAPTCHA",
55
"main": "lib/recaptcha-wrapper.js",
66
"directories": {

0 commit comments

Comments
 (0)