Skip to content

Commit c7cebb6

Browse files
committed
chore: version 2.1.0 [skip ci]
1 parent 943419f commit c7cebb6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [2.1.0](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v2.0.1...v2.1.0) (2025-04-15)
2+
3+
### Features
4+
5+
* implement browserPageNavigationCompleted event ([943419f](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/943419ff434ef28a468eb111cc18267ee1783cb3))
6+
17
# [2.0.1](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v2.0.0...v2.0.1) (2025-03-26)
28

39
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/inappbrowser",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "The InAppBrowser Plugin provides a web browser view that allows you to load any web page externally. It behaves as a standard web browser and is useful to load untrusted content without risking your application's security. It offers three different ways to open URLs; in a WebView, in an in-app system browser (Custom Tabs for Android and SFSafariViewController for iOS), and in the device's default browser.",
55
"main": "./dist/plugin.cjs",
66
"module": "./dist/plugin.mjs",

0 commit comments

Comments
 (0)