Skip to content

Commit facfba5

Browse files
committed
chore: release v0.5.0
1 parent fb1db78 commit facfba5

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11

22

3-
# [0.4.0](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.3.4...0.4.0) (2022-05-27)
4-
5-
6-
### Bug Fixes
7-
8-
* saveDataToDevice not right when permission request was failed ([ec6b671](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/ec6b671ec70a87a0007382661aaad625c5f6adbb))
3+
# [0.5.0](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.4.0...0.5.0) (2023-03-08)
94

105

116
### Features
127

13-
* add save data to device, clear statistics function ([372c6b0](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/372c6b039990e65d76a0093f6da0ef9f4217414a))
8+
* add App Center SDK ([6f12ac9](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/6f12ac97ca79df6db41f700c2149ed08755760a7))
9+
* add codePush ([ba283fa](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/ba283fa7c8f775eee2dd6b072019a1f1d7471554))
10+
* add latest version download url ([52e9ad5](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/52e9ad5cbbea983cb3f73a5ff306499fc2898555))
1411

1512
### Changelog
1613

1714
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
1815

1916
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2017

18+
#### [0.4.0](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.3.4...0.4.0)
19+
20+
> 27 May 2022
21+
22+
- feat: add save data to device, clear statistics function [`#14`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/14)
23+
- refactor: extract StorageSync class [`4e3a0f7`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/4e3a0f75db1ebe4cf44ab6071d0859041960841c)
24+
- refactor: rename I18N [`056f6f4`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/056f6f414e335ff934efccaea8d3bbfec8417027)
25+
- chore: release v0.4.0 [`5cf54d3`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/5cf54d39b79a19cb5f013059125e5b8f28194bb7)
26+
2127
#### [0.3.4](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.3.3...0.3.4)
2228

2329
> 17 May 2022

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudflare-ip-tester-app",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"scripts": {
55
"start": "expo start --dev-client",
66
"android": "expo run:android",

0 commit comments

Comments
 (0)