Skip to content

Commit 1f9a330

Browse files
chore(release): v1.3.0 - Sep 14, 2018, 7:46 PM [skip ci]
# [1.3.0](v1.2.3...v1.3.0) (2018-09-15) ### Bug Fixes * **listings:** handle html entities in toolbar title ([3ee6b91](3ee6b91)) ### Features * **reviews:** create listing reviews screen ([4c90d30](4c90d30))
1 parent 3ee6b91 commit 1f9a330

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.3.0](https://github.com/akhenda/WAPI/compare/v1.2.3...v1.3.0) (2018-09-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **listings:** handle html entities in toolbar title ([3ee6b91](https://github.com/akhenda/WAPI/commit/3ee6b91))
7+
8+
9+
### Features
10+
11+
* **reviews:** create listing reviews screen ([4c90d30](https://github.com/akhenda/WAPI/commit/4c90d30))
12+
113
## [1.2.3](https://github.com/akhenda/WAPI/compare/v1.2.2...v1.2.3) (2018-08-26)
214

315

ios/WAPI/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.2.3</string>
20+
<string>1.3.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>23</string>
24+
<string>24</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSAppTransportSecurity</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "WAPI",
3-
"version": "1.2.3",
3+
"version": "1.3.0",
44
"private": true,
55
"scripts": {
66
"gc": "git add . && git-cz",

0 commit comments

Comments
 (0)