From 52d4e555cb8e9d05ba0b71a5f158b3d754ad3d87 Mon Sep 17 00:00:00 2001 From: Niklas Merz Date: Fri, 5 Jun 2026 15:21:03 +0200 Subject: [PATCH] chore: add changelog from 6.0.1 Signed-off-by: Niklas Merz --- RELEASENOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c3249a7fc..2a8b72510 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,12 @@ --> # Release Notes +### 6.0.1 (June 1, 2026) + +* [GH-1152](https://github.com/apache/cordova-plugin-inappbrowser/pull/1152) fix(ios): check callbackId with regex +* [GH-1095](https://github.com/apache/cordova-plugin-inappbrowser/pull/1095) chore: gh-action workflow, license header formatting & cleanups +* Fix npm audit issues + ### 6.0.0 (Nov 10, 2023) * [GH-1033](https://github.com/apache/cordova-plugin-inappbrowser/pull/1033) chore: bump to next major release 6.0.0 & update deependencies * [GH-1032](https://github.com/apache/cordova-plugin-inappbrowser/pull/1032) chore(lint): update eslint config and apply fixes