Skip to content

Commit

Permalink
chore: release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xianshenglu committed Mar 8, 2023
1 parent fb1db78 commit facfba5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@


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


### Bug Fixes

* saveDataToDevice not right when permission request was failed ([ec6b671](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/ec6b671ec70a87a0007382661aaad625c5f6adbb))
# [0.5.0](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.4.0...0.5.0) (2023-03-08)


### Features

* add save data to device, clear statistics function ([372c6b0](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/372c6b039990e65d76a0093f6da0ef9f4217414a))
* 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))

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

> 27 May 2022
- feat: add save data to device, clear statistics function [`#14`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/14)
- refactor: extract StorageSync class [`4e3a0f7`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/4e3a0f75db1ebe4cf44ab6071d0859041960841c)
- refactor: rename I18N [`056f6f4`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/056f6f414e335ff934efccaea8d3bbfec8417027)
- chore: release v0.4.0 [`5cf54d3`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/5cf54d39b79a19cb5f013059125e5b8f28194bb7)

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

> 17 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.4.0",
"version": "0.5.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
Expand Down

0 comments on commit facfba5

Please sign in to comment.