From 3637e599bd43381b3c03e805d55a8abb002ed220 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 13:40:59 +0200 Subject: [PATCH] chore(main): release 0.7.0 (#375) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [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) --- 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 <47424077+dansvend@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ app.json | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0b61d8..35c8f0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/app.json b/app.json index e26f3d1..e9af55f 100644 --- a/app.json +++ b/app.json @@ -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", @@ -21,7 +21,7 @@ "ios": { "supportsTablet": true, "bundleIdentifier": "com.equinor.hearingtest.test", - "buildNumber": "0.6.0", + "buildNumber": "0.7.0", "infoPlist": { "CFBundleAllowMixedLocalizations": true }, @@ -31,7 +31,7 @@ }, "android": { "package": "com.equinor.hearingtest.test", - "versionCode": 500000600, + "versionCode": 500000700, "permissions": [], "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", diff --git a/package-lock.json b/package-lock.json index 89560ff..d190ae7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hearing-test", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hearing-test", - "version": "0.6.0", + "version": "0.7.0", "dependencies": { "@equinor/mad-components": "0.8.1", "@equinor/mad-core": "^0.5.15", diff --git a/package.json b/package.json index a9f513b..3fcd503 100644 --- a/package.json +++ b/package.json @@ -73,5 +73,5 @@ "typescript": "^5.1.3" }, "private": true, - "version": "0.6.0" + "version": "0.7.0" }