Skip to content

Commit 31493d3

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2024-08-27) ### Bug Fixes * docs issue ([9a66396](9a66396))
1 parent 9a66396 commit 31493d3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.0.1](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v1.0.0...v1.0.1) (2024-08-27)
2+
3+
4+
### Bug Fixes
5+
6+
* docs issue ([9a66396](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/9a663968d3d5d985547afc8ba6f8e6ef286e448c))
17

28
# 1.0.0 (2024-08-22)
39

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.0-dev.7",
3+
"version": "1.0.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)