Skip to content

Commit

Permalink
chore: release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xianshenglu committed May 27, 2022
1 parent c5ccd54 commit 5cf54d3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@


## [0.3.4](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.3.3...0.3.4) (2022-05-17)
# [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))


### Features

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

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

> 17 May 2022
- ci: fix changeLog generation not right bug [`#13`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/13)
- chore: release v0.3.4 [`dd24cee`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/dd24cee96ece30cfeb7a9a859a233fe31f5e09b0)

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

> 12 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.3.4",
"version": "0.4.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
Expand Down

0 comments on commit 5cf54d3

Please sign in to comment.