Skip to content

Commit e2485e7

Browse files
committed
chore: release v0.6.1
1 parent 4aa9b40 commit e2485e7

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

CHANGELOG.md

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

22

3-
# [0.6.0](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.5.0...0.6.0) (2023-03-19)
3+
## [0.6.1](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.6.0...0.6.1) (2023-03-20)
44

55

66
### Bug Fixes
77

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))
9-
10-
11-
### Features
12-
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))
8+
* fix test config saving sometimes not working bug ([78789d8](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/78789d8daf668b79b2e6d8b9f04088083e65629a))
149

1510
### Changelog
1611

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

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

16+
#### [0.6.0](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.5.0...0.6.0)
17+
18+
> 19 March 2023
19+
20+
- fix #21, close #17 [`#22`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/22)
21+
- Merge pull request #22 from xianshenglu/dev [`#21`](https://github.com/xianshenglu/cloudflare-ip-tester-app/issues/21) [`#17`](https://github.com/xianshenglu/cloudflare-ip-tester-app/issues/17)
22+
- feat: add support for customized Ipv4 list, close #17 [`#17`](https://github.com/xianshenglu/cloudflare-ip-tester-app/issues/17)
23+
- fix: fix #21 display issue in dark mode [`#21`](https://github.com/xianshenglu/cloudflare-ip-tester-app/issues/21)
24+
- chore: release v0.6.0 [`879eb05`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/879eb05fbcf4ca0c908307d346c658dae168c9a3)
25+
- chore: add translation for code push forced update [`56ad500`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/56ad500f0400dc88f6e6322fad15b6fb10e8a484)
26+
- docs: update readMe [`e0c1b96`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/e0c1b96685b1d92164ab9c65c0d618c5ef567ee3)
27+
2128
#### [0.5.0](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.4.0...0.5.0)
2229

2330
> 8 March 2023

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

0 commit comments

Comments
 (0)