Skip to content

Commit 2747f26

Browse files
chore(release): 2.5.2 [skip ci]
## [2.5.2](v2.5.1...v2.5.2) (2025-12-11) ### Bug Fixes * set cap dependencies to ^7.0.0 ([#101](#101)) ([289e14e](289e14e))
1 parent 289e14e commit 2747f26

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.5.2](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v2.5.1...v2.5.2) (2025-12-11)
2+
3+
4+
### Bug Fixes
5+
6+
* set cap dependencies to ^7.0.0 ([#101](https://github.com/ionic-team/capacitor-os-inappbrowser/issues/101)) ([289e14e](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/289e14e8302e826e87c746a365117b34c1eb0311))
7+
18
## [2.5.1](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v2.5.0...v2.5.1) (2025-10-03)
29

310

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.5.1",
3+
"version": "2.5.2",
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)