Skip to content

Commit

Permalink
Bump v0.14.2 - Fix release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dozoisch committed Sep 14, 2018
1 parent 8adc41b commit 9ed76ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.14.2 - Sun, 29 Jul 2018 19:20:03 GMT
---------------------------------------

- Fix npm release build issue


v0.14.0 - Sun, 29 Jul 2018 19:20:03 GMT
---------------------------------------

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "react-google-recaptcha",
"version": "0.14.1",
"version": "0.14.2",
"description": "React Component Wrapper for Google reCAPTCHA",
"main": "lib/recaptcha-wrapper.js",
"module": "lib/es/recaptcha-wrapper.js",
"directories": {
"lib": "lib/"
},
"scripts": {
"prepare": "npm run-script build",
"build": "rm -rf lib && npm run build:cjs && npm run build:es",
"build:cjs": "babel src --out-dir lib",
"build:es": "BABEL_ENV=es babel src --out-dir lib/es",
Expand Down

0 comments on commit 9ed76ac

Please sign in to comment.