Skip to content

Commit

Permalink
chore(main): release 0.7.0 (#375)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.7.0](v0.6.0...v0.7.0)
(2024-04-04)


### Features

* Display test results after sending an unsent test
([#372](#372))
([dbb4011](dbb4011)),
closes [#371](#371)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dan André Svendsen <[email protected]>
  • Loading branch information
github-actions[bot] and dansvend authored Apr 4, 2024
1 parent 936f15e commit 3637e59
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.0](https://github.com/equinor/hearing-test/compare/v0.6.0...v0.7.0) (2024-04-04)


### Features

* Display test results after sending an unsent test ([#372](https://github.com/equinor/hearing-test/issues/372)) ([dbb4011](https://github.com/equinor/hearing-test/commit/dbb40114decab08c335983037de601ef08642a27)), closes [#371](https://github.com/equinor/hearing-test/issues/371)

## [0.6.0](https://github.com/equinor/hearing-test/compare/v0.5.0...v0.6.0) (2024-03-19)


Expand Down
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "hearingtest",
"slug": "hearingtest",
"version": "0.6.0",
"version": "0.7.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "hearingtest",
Expand All @@ -21,7 +21,7 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.equinor.hearingtest.test",
"buildNumber": "0.6.0",
"buildNumber": "0.7.0",
"infoPlist": {
"CFBundleAllowMixedLocalizations": true
},
Expand All @@ -31,7 +31,7 @@
},
"android": {
"package": "com.equinor.hearingtest.test",
"versionCode": 500000600,
"versionCode": 500000700,
"permissions": [],
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
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
Expand Up @@ -73,5 +73,5 @@
"typescript": "^5.1.3"
},
"private": true,
"version": "0.6.0"
"version": "0.7.0"
}

0 comments on commit 3637e59

Please sign in to comment.