Skip to content

Commit

Permalink
chore: release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xianshenglu committed Mar 20, 2023
1 parent 4aa9b40 commit e2485e7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
21 changes: 14 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@


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


### Bug Fixes

* 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))


### Features

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

### Changelog

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

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

#### [0.6.0](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.5.0...0.6.0)

> 19 March 2023
- fix #21, close #17 [`#22`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/22)
- 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)
- feat: add support for customized Ipv4 list, close #17 [`#17`](https://github.com/xianshenglu/cloudflare-ip-tester-app/issues/17)
- fix: fix #21 display issue in dark mode [`#21`](https://github.com/xianshenglu/cloudflare-ip-tester-app/issues/21)
- chore: release v0.6.0 [`879eb05`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/879eb05fbcf4ca0c908307d346c658dae168c9a3)
- chore: add translation for code push forced update [`56ad500`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/56ad500f0400dc88f6e6322fad15b6fb10e8a484)
- docs: update readMe [`e0c1b96`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/e0c1b96685b1d92164ab9c65c0d618c5ef567ee3)

#### [0.5.0](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.4.0...0.5.0)

> 8 March 2023
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudflare-ip-tester-app",
"version": "0.6.0",
"version": "0.6.1",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
Expand Down

0 comments on commit e2485e7

Please sign in to comment.