From 127b8014f184bf43941258c572792b9f75496ca9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 28 Sep 2023 16:58:56 +0000 Subject: [PATCH] chore(release): 1.2.12 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efbea648..c1fa5145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.12](https://github.com/Cap-go/capacitor-inappbrowser/compare/1.2.11...1.2.12) (2023-09-28) + + +### Bug Fixes + +* lint issue ([2641449](https://github.com/Cap-go/capacitor-inappbrowser/commit/264144947474cd5e2b1e797b416a0c432cdab8c8)) + ### [1.2.11](https://github.com/Cap-go/capacitor-inappbrowser/compare/1.2.10...1.2.11) (2023-09-28) diff --git a/package.json b/package.json index a549c9a9..ce9ea0df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/inappbrowser", - "version": "1.2.11", + "version": "1.2.12", "description": "Capacitor plugin in app browser", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",