Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLeCam committed Jul 11, 2020
1 parent 4976010 commit 78b63b4
Show file tree
Hide file tree
Showing 8 changed files with 2,359 additions and 2,838 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/preset-env",
{
"targets": {
"electron": "8.0"
"electron": "9.0"
},
"modules": "commonjs",
"loose": true
Expand All @@ -36,7 +36,7 @@
"@babel/preset-env",
{
"targets": {
"electron": "8.0"
"electron": "9.0"
},
"modules": false,
"loose": true
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: node_js
node_js:
- 12
- 13
- 14
cache:
yarn: true
directories:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.14.0 (2020-07-11)

- Updated React Native for Web dependency to v0.13.
- Updated Electron dependency to v9.0.

## v0.13.0 (2020-04-04)

- Updated Electron dependency to v8.0.
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/electron_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 261636e5cb1f537cbd49a347f861be3d
// flow-typed version: <<STUB>>/electron_v^8.0.0/flow_v0.122.0
// flow-typed signature: 3bb7289cabac27a0b4120850ebc89b01
// flow-typed version: <<STUB>>/electron_v^9.0.0/flow_v0.129.0

/**
* This is an autogenerated libdef stub for:
Expand Down
Loading

0 comments on commit 78b63b4

Please sign in to comment.