From b8f7d7142703e42948701e4c7173e7d9f6ea26b4 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 14 Oct 2020 16:40:46 +0000 Subject: [PATCH] chore(release): v1.11.0 --- CHANGELOG.md | 25 +++++++++---------------- package.json | 2 +- 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d3041b..dcb87c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.11.0](https://github.com/pct-org/native-app/compare/v1.10.4...v1.11.0) (2020-10-14) + + +### Features + +* Added filtering / sorting in mode screens ([d4b9298](https://github.com/pct-org/native-app/commit/d4b9298764b5a81eb3d42a0363afb14a868f1753)) + + + ## [1.10.4](https://github.com/pct-org/native-app/compare/v1.10.3...v1.10.4) (2020-10-07) @@ -106,19 +115,3 @@ -# [1.6.0](https://github.com/pct-org/native-app/compare/v1.5.0...v1.6.0) (2020-05-18) - - -### Bug Fixes - -* Fixed logs button not working ([c7c4861](https://github.com/pct-org/native-app/commit/c7c486125bb9fec917db202e5b7447e2356b67ee)) -* Fixed that you could not search in bookmarks ([c7fc2d7](https://github.com/pct-org/native-app/commit/c7fc2d7575cc5ae4b61e8ca3a276dc03a4bda315)) - - -### Features - -* Added button in settings to go to the log files ([ae50796](https://github.com/pct-org/native-app/commit/ae50796f86a43f9e5a317da1c2f01ac39dfc379b)) -* Clear the search before going back to previous screen ([4fdabe3](https://github.com/pct-org/native-app/commit/4fdabe34d6cfdb1b3ab020cbe9311eb2cb37ccc1)) - - - diff --git a/package.json b/package.json index 5527668..050984b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pct-org/native-app", - "version": "1.10.4", + "version": "1.11.0", "private": true, "repository": { "type": "git",