Skip to content

Commit 9ed76ac

Browse files
committed
Bump v0.14.2 - Fix release issue
1 parent 8adc41b commit 9ed76ac

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.14.2 - Sun, 29 Jul 2018 19:20:03 GMT
2+
---------------------------------------
3+
4+
- Fix npm release build issue
5+
6+
17
v0.14.0 - Sun, 29 Jul 2018 19:20:03 GMT
28
---------------------------------------
39

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "react-google-recaptcha",
3-
"version": "0.14.1",
3+
"version": "0.14.2",
44
"description": "React Component Wrapper for Google reCAPTCHA",
55
"main": "lib/recaptcha-wrapper.js",
66
"module": "lib/es/recaptcha-wrapper.js",
77
"directories": {
88
"lib": "lib/"
99
},
1010
"scripts": {
11+
"prepare": "npm run-script build",
1112
"build": "rm -rf lib && npm run build:cjs && npm run build:es",
1213
"build:cjs": "babel src --out-dir lib",
1314
"build:es": "BABEL_ENV=es babel src --out-dir lib/es",

0 commit comments

Comments
 (0)