From b0210c4ef993bf6a4c963e95040c105e82fa91b3 Mon Sep 17 00:00:00 2001 From: Juan Miguel Besada Date: Tue, 13 Aug 2019 10:50:42 +0200 Subject: [PATCH] chore(release): 1.1.1 --- CHANGELOG.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fdd948a..e5034eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ -# Change Log +# Changelog -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +### [1.1.1](https://github.com/e-imaxina/cordova-plugin-deeplinks/compare/v1.1.0...v1.1.1) (2019-08-13) + + +### Bug Fixes + +* Fix engines ([9a395c9](https://github.com/e-imaxina/cordova-plugin-deeplinks/commit/9a395c9)) +* Fix incorrect log tag ([#8](https://github.com/e-imaxina/cordova-plugin-deeplinks/issues/8)) ([56cf6fd](https://github.com/e-imaxina/cordova-plugin-deeplinks/commit/56cf6fd)) +* use require instead of context.requireCordovaModule ([f197257](https://github.com/e-imaxina/cordova-plugin-deeplinks/commit/f197257)) # [1.1.0](https://github.com/e-imaxina/cordova-plugin-deeplinks/compare/v1.0.1...v1.1.0) (2018-04-06) @@ -29,4 +37,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # 1.0.0 (2018-03-02) -**initial-release**: Initial release \ No newline at end of file +**initial-release**: Initial release