Skip to content

Commit 8605a3c

Browse files
chore(release): 1.0.3 [skip ci]
## [1.0.3](v1.0.2...v1.0.3) (2025-01-15) ### Bug Fixes * **android:** native lib causes app compilation to fail ([#42](#42)) ([8a57a22](8a57a22)) * **android:** Unknown Kotlin JVM target 21 ([#41](#41)) ([78245bc](78245bc)) * Remove unnecessary permissions from AndroidManifest.xml ([#39](#39)) ([a7218d5](a7218d5))
1 parent f2c121d commit 8605a3c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.0.3](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v1.0.2...v1.0.3) (2025-01-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** native lib causes app compilation to fail ([#42](https://github.com/ionic-team/capacitor-os-inappbrowser/issues/42)) ([8a57a22](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/8a57a22f1c2cb8ce6d27f18d716ecacd2f83155c))
7+
* **android:** Unknown Kotlin JVM target 21 ([#41](https://github.com/ionic-team/capacitor-os-inappbrowser/issues/41)) ([78245bc](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/78245bc5e8119c88b4e90afd5e85e158217a8cfb))
8+
* Remove unnecessary permissions from AndroidManifest.xml ([#39](https://github.com/ionic-team/capacitor-os-inappbrowser/issues/39)) ([a7218d5](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/a7218d5549743198177f97df60b155a19532f72e))
9+
110
## [1.0.2](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v1.0.1...v1.0.2) (2024-10-03)
211

312

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": "1.0.2",
3+
"version": "1.0.3",
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)