From 3949f4c58924f3c23cf558361a30aadef94888bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 Mar 2024 13:41:29 +0000 Subject: [PATCH] chore(release): 1.4.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df5628c8..057dbdfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.4.0](https://github.com/Cap-go/capacitor-inappbrowser/compare/1.3.17...1.4.0) (2024-03-20) + + +### Features + +* **android:** handle opening deeplinks inside webview ([4b820e1](https://github.com/Cap-go/capacitor-inappbrowser/commit/4b820e1ebec241fc82870bbae37366f27f200d00)) + + +### Bug Fixes + +* lint ([a182cc4](https://github.com/Cap-go/capacitor-inappbrowser/commit/a182cc4c02a128e6151d9754f10523c270d764de)) + ### [1.3.17](https://github.com/Cap-go/capacitor-inappbrowser/compare/1.3.16...1.3.17) (2024-03-20) diff --git a/package.json b/package.json index 32f59291..04772f2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/inappbrowser", - "version": "1.3.17", + "version": "1.4.0", "description": "Capacitor plugin in app browser", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",