Skip to content

Commit 5cf54d3

Browse files
committed
chore: release v0.4.0
1 parent c5ccd54 commit 5cf54d3

3 files changed

Lines changed: 21 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
11

22

3-
## [0.3.4](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.3.3...0.3.4) (2022-05-17)
3+
# [0.4.0](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.3.4...0.4.0) (2022-05-27)
4+
5+
6+
### Bug Fixes
7+
8+
* saveDataToDevice not right when permission request was failed ([ec6b671](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/ec6b671ec70a87a0007382661aaad625c5f6adbb))
9+
10+
11+
### Features
12+
13+
* add save data to device, clear statistics function ([372c6b0](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/372c6b039990e65d76a0093f6da0ef9f4217414a))
414

515
### Changelog
616

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

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

21+
#### [0.3.4](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.3.3...0.3.4)
22+
23+
> 17 May 2022
24+
25+
- ci: fix changeLog generation not right bug [`#13`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/13)
26+
- chore: release v0.3.4 [`dd24cee`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/dd24cee96ece30cfeb7a9a859a233fe31f5e09b0)
27+
1128
#### [0.3.3](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.3.2...0.3.3)
1229

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

0 commit comments

Comments
 (0)