Skip to content

Commit

Permalink
chore(release): 1.0.0-dev.6 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-dev.6](v1.0.0-dev.5...v1.0.0-dev.6) (2024-08-21)

### Features

* swap xcframework for cocoapod + update android aar ([ea7f639](ea7f639))
  • Loading branch information
semantic-release-bot authored and OS-martacarlos committed Aug 21, 2024
1 parent 521ce27 commit 70c1b33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-dev.6](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v1.0.0-dev.5...v1.0.0-dev.6) (2024-08-21)


### Features

* swap xcframework for cocoapod + update android aar ([ea7f639](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/ea7f639dfd745138bacc267f5e164ae2e5bbe3ba))

# [1.0.0-dev.5](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v1.0.0-dev.4...v1.0.0-dev.5) (2024-08-15)


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.0-dev.5",
"version": "1.0.0-dev.6",
"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 70c1b33

Please sign in to comment.