Skip to content

Commit 2ae536e

Browse files
chore(release): 2.3.1 [skip ci]
## [2.3.1](v2.3.0...v2.3.1) (2025-08-21) ### Bug Fixes * export package.json to fix cap sync issues ([#52](#52)) ([2ed7b04](2ed7b04))
1 parent 2ed7b04 commit 2ae536e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.3.1](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v2.3.0...v2.3.1) (2025-08-21)
2+
3+
4+
### Bug Fixes
5+
6+
* export package.json to fix cap sync issues ([#52](https://github.com/ionic-team/capacitor-os-inappbrowser/issues/52)) ([2ed7b04](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/2ed7b0474ace52845de5836955cb7f4335852ba5))
7+
18
# [2.3.0](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v2.2.1...v2.3.0) (2025-08-19)
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.3.0",
3+
"version": "2.3.1",
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)