Skip to content

Commit

Permalink
chore: release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xianshenglu committed Mar 19, 2023
1 parent babf5a6 commit 879eb05
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
22 changes: 18 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,34 @@


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


### 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 App Center SDK ([6f12ac9](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/6f12ac97ca79df6db41f700c2149ed08755760a7))
* add codePush ([ba283fa](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/ba283fa7c8f775eee2dd6b072019a1f1d7471554))
* add latest version download url ([52e9ad5](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/52e9ad5cbbea983cb3f73a5ff306499fc2898555))
* 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))

### 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.5.0](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.4.0...0.5.0)

> 8 March 2023
- docs: remove Patreon link in readme [`#19`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/19)
- docs: set en as default readme, add paypal donation link [`#18`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/18)
- docs: set cn as default readme, add donations [`#16`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/16)
- chore: release v0.5.0 [`facfba5`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/facfba5d3211211ea8075b4655ac9820f4ec9999)
- Merge pull request #20 from xianshenglu/dev [`fb1db78`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/fb1db783feafcbb93aebeb99e9942bd43a56efb8)
- feat: add codePush [`ba283fa`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/ba283fa7c8f775eee2dd6b072019a1f1d7471554)

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

> 27 May 2022
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.5.0",
"version": "0.6.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
Expand Down

0 comments on commit 879eb05

Please sign in to comment.