Skip to content

Commit 879eb05

Browse files
committed
chore: release v0.6.0
1 parent babf5a6 commit 879eb05

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,34 @@
11

22

3-
# [0.5.0](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.4.0...0.5.0) (2023-03-08)
3+
# [0.6.0](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.5.0...0.6.0) (2023-03-19)
4+
5+
6+
### Bug Fixes
7+
8+
* fix [#21](https://github.com/xianshenglu/cloudflare-ip-tester-app/issues/21) display issue in dark mode ([9155415](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/9155415bad6a82a5a3fa341358f9cf7dc0321286))
49

510

611
### Features
712

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))
13+
* add support for customized Ipv4 list, close [#17](https://github.com/xianshenglu/cloudflare-ip-tester-app/issues/17) ([1e87917](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/1e8791775d36dd1040bfca7da4a0789403b9fc6f))
1114

1215
### Changelog
1316

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

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

21+
#### [0.5.0](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.4.0...0.5.0)
22+
23+
> 8 March 2023
24+
25+
- docs: remove Patreon link in readme [`#19`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/19)
26+
- docs: set en as default readme, add paypal donation link [`#18`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/18)
27+
- docs: set cn as default readme, add donations [`#16`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/16)
28+
- chore: release v0.5.0 [`facfba5`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/facfba5d3211211ea8075b4655ac9820f4ec9999)
29+
- Merge pull request #20 from xianshenglu/dev [`fb1db78`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/fb1db783feafcbb93aebeb99e9942bd43a56efb8)
30+
- feat: add codePush [`ba283fa`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/ba283fa7c8f775eee2dd6b072019a1f1d7471554)
31+
1832
#### [0.4.0](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.3.4...0.4.0)
1933

2034
> 27 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.5.0",
3+
"version": "0.6.0",
44
"scripts": {
55
"start": "expo start --dev-client",
66
"android": "expo run:android",

0 commit comments

Comments
 (0)