Skip to content

Commit b68bc38

Browse files
committed
bump 0.3.1
1 parent c3a8deb commit b68bc38

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# History
22

3+
## 0.3.1
4+
- Added babel runtime to deps
5+
- [#1] Removed unused use strict
6+
- Bump deps
7+
38
## 0.3.0
49
- Can now uses the recaptcha functions `getValue` `reset` directly from Wrapper without `getComponent` first.
510
- bump deps

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.3.0",
3+
"version": "0.3.1",
44
"description": "React Component Wrapper for Google reCAPTCHA",
55
"main": "lib/recaptcha-wrapper.js",
66
"directories": {

0 commit comments

Comments
 (0)