Browse Source

chore(release): 2.4.3 [skip ci]

## [2.4.3](https://github.com/react-native-community/react-native-webview/compare/v2.4.2...v2.4.3) (2018-10-18)

### Bug Fixes

* **semantic-release:** Added Missong devDeps for CI ([1394c7d](https://github.com/react-native-community/react-native-webview/commit/1394c7d))
* **semantic-release:** Use git plugin to auto commit ([c727dd9](https://github.com/react-native-community/react-native-webview/commit/c727dd9))
semantic-release-bot 5 years ago
parent
commit
d55ce2b7bf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

@@ -7,7 +7,7 @@
7 7
     "Thibault Malbranche <malbranche.thibault@gmail.com>"
8 8
   ],
9 9
   "license": "MIT",
10
-  "version": "0.0.0-development",
10
+  "version": "2.4.3",
11 11
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
12 12
   "scripts": {
13 13
     "test:ios:flow": "flow check",