Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jan 15, 2025
1 parent f2c121d commit 8605a3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.3](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v1.0.2...v1.0.3) (2025-01-15)


### Bug Fixes

* **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))
* **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))
* 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))

## [1.0.2](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v1.0.1...v1.0.2) (2024-10-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/inappbrowser",
"version": "1.0.2",
"version": "1.0.3",
"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.",
"main": "./dist/plugin.cjs",
"module": "./dist/plugin.mjs",
Expand Down

0 comments on commit 8605a3c

Please sign in to comment.