From f7962d27b2a7acc5ba9827d969f61abe7857af32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Nov 2023 03:41:15 +0000 Subject: [PATCH] chore(release): 1.2.19 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e9a08f..4a8dc7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.2.19](https://github.com/Cap-go/capacitor-inappbrowser/compare/1.2.18...1.2.19) (2023-11-23) + + +### Bug Fixes + +* camera issue for modern android ([b85f357](https://github.com/Cap-go/capacitor-inappbrowser/commit/b85f35737b69721ffee445e424deb9d3326f4482)) +* request permissions ([ed06c9e](https://github.com/Cap-go/capacitor-inappbrowser/commit/ed06c9e7dd3e3e19a28bd6b245cf0d651f3ef02f)) + ### [1.2.18](https://github.com/Cap-go/capacitor-inappbrowser/compare/1.2.17...1.2.18) (2023-11-16) ### [1.2.17](https://github.com/Cap-go/capacitor-inappbrowser/compare/1.2.16...1.2.17) (2023-11-16) diff --git a/package.json b/package.json index 6fd56e3..8716a03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/inappbrowser", - "version": "1.2.18", + "version": "1.2.19", "description": "Capacitor plugin in app browser", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",