Skip to content

Commit 7947faf

Browse files
chore(release): v1.2.3 - Aug 26, 2018, 12:40 PM [skip ci]
## [1.2.3](v1.2.2...v1.2.3) (2018-08-26) ### Bug Fixes * **listing:** split phone string on different separators ([152246c](152246c))
1 parent dc87101 commit 7947faf

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.3](https://github.com/akhenda/WAPI/compare/v1.2.2...v1.2.3) (2018-08-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **listing:** split phone string on different separators ([152246c](https://github.com/akhenda/WAPI/commit/152246c))
7+
18
## [1.2.2](https://github.com/akhenda/WAPI/compare/v1.2.1...v1.2.2) (2018-08-26)
29

310

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.2</string>
20+
<string>1.2.3</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>22</string>
24+
<string>23</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.2",
3+
"version": "1.2.3",
44
"private": true,
55
"scripts": {
66
"gc": "git add . && git-cz",

0 commit comments

Comments
 (0)