Skip to content

Commit eace57c

Browse files
chore(release): v1.2.2 - Aug 26, 2018, 11:12 AM [skip ci]
## [1.2.2](v1.2.1...v1.2.2) (2018-08-26) ### Bug Fixes * **geolocation:** fix location update bug ([61a6989](61a6989))
1 parent 61a6989 commit eace57c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.2](https://github.com/akhenda/WAPI/compare/v1.2.1...v1.2.2) (2018-08-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **geolocation:** fix location update bug ([61a6989](https://github.com/akhenda/WAPI/commit/61a6989))
7+
18
## [1.2.1](https://github.com/akhenda/WAPI/compare/v1.2.0...v1.2.1) (2018-08-10)
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.1</string>
20+
<string>1.2.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>21</string>
24+
<string>22</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.1",
3+
"version": "1.2.2",
44
"private": true,
55
"scripts": {
66
"gc": "git add . && git-cz",

0 commit comments

Comments
 (0)