diff --git a/CHANGELOG.md b/CHANGELOG.md index dcb87c9..66db9ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.11.1](https://github.com/pct-org/native-app/compare/v1.11.0...v1.11.1) (2020-10-14) + + +### Bug Fixes + +* Disable hermes again ([c67ae54](https://github.com/pct-org/native-app/commit/c67ae54936903579969a26310da2c9482ff96725)) + + + # [1.11.0](https://github.com/pct-org/native-app/compare/v1.10.4...v1.11.0) (2020-10-14) @@ -101,17 +110,3 @@ -# [1.7.0](https://github.com/pct-org/native-app/compare/v1.6.0...v1.7.0) (2020-05-22) - - -### Bug Fixes - -* Fixed that you had to press back twice when opened searched items ([c036f0e](https://github.com/pct-org/native-app/commit/c036f0e01acb6e2d84d78798a80549218426fd37)) - - -### Features - -* Added cast button also to the home screen ([57b97e6](https://github.com/pct-org/native-app/commit/57b97e6716f0e2f061c476b391b8e42707b94e20)) - - - diff --git a/package.json b/package.json index 050984b..db84de1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pct-org/native-app", - "version": "1.11.0", + "version": "1.11.1", "private": true, "repository": { "type": "git",