From 0ebaeb72b2197f482e64afa49496bb0d0b2d2972 Mon Sep 17 00:00:00 2001 From: almouro Date: Mon, 8 May 2023 21:41:25 +0200 Subject: [PATCH] chore: release v0.7.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1178ebbe..f3858875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [0.7.0](https://github.com/bamlab/flashlight/compare/v0.5.0...v0.7.0) (2023-05-08) + +### Bug Fixes + +- **profiler:** fallback on alternative atrace file for certain devices ([#100](https://github.com/bamlab/flashlight/issues/100)) ([93ad2c8](https://github.com/bamlab/flashlight/commit/93ad2c84f9a4bc2cdb2d1f5e42841b906c1a0adb)) + +### Features + +- **flipper:** integrate new design ([#104](https://github.com/bamlab/flashlight/issues/104)) ([b3410b5](https://github.com/bamlab/flashlight/commit/b3410b5848f715d2475bc12d6d13e28bc78b79ad)) +- **report:** design adjustments ([#102](https://github.com/bamlab/flashlight/issues/102)) ([5a55689](https://github.com/bamlab/flashlight/commit/5a5568922c5768fb3d01fa9027d23bb71c89c3f3)) + # [0.6.0](https://github.com/bamlab/flashlight/compare/v0.5.0...v0.6.0) (2023-05-03) # [0.5.0](https://github.com/bamlab/flashlight/compare/v0.4.0...v0.5.0) (2023-04-28) diff --git a/package.json b/package.json index 85907d6f..09d03462 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flashlight", - "version": "0.6.0", + "version": "0.7.0", "private": "true", "repository": { "type": "git",