Skip to content

Commit

Permalink
chore(release): v1.4.0 - Sep 17, 2018, 8:35 AM [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2018-09-17)

### Bug Fixes

* **review:** android transluscent statusbar fix ([f9b6a02](f9b6a02))

### Features

* **api:** add retry capability to the API service ([1b8c671](1b8c671))
  • Loading branch information
semantic-release-bot committed Sep 17, 2018
1 parent 1b8c671 commit 2540cac
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.4.0](https://github.com/akhenda/WAPI/compare/v1.3.0...v1.4.0) (2018-09-17)


### Bug Fixes

* **review:** android transluscent statusbar fix ([f9b6a02](https://github.com/akhenda/WAPI/commit/f9b6a02))


### Features

* **api:** add retry capability to the API service ([1b8c671](https://github.com/akhenda/WAPI/commit/1b8c671))

# [1.3.0](https://github.com/akhenda/WAPI/compare/v1.2.3...v1.3.0) (2018-09-15)


Expand Down
4 changes: 2 additions & 2 deletions ios/WAPI/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0</string>
<string>1.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>24</string>
<string>25</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WAPI",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"scripts": {
"gc": "git add . && git-cz",
Expand Down

0 comments on commit 2540cac

Please sign in to comment.