Skip to content

Commit

Permalink
chore(release): 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 2, 2024
1 parent cc1a8e1 commit 4b29348
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [6.6.0](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.5.1...6.6.0) (2024-09-02)


### Features

* **IOS:** implement preShowScript ([e5f15b2](https://github.com/Cap-go/capacitor-inappbrowser/commit/e5f15b20f709edc93c1937a85dc67076d306517c))


### Bug Fixes

* handle preShowScript onReload ([e68034d](https://github.com/Cap-go/capacitor-inappbrowser/commit/e68034db08f30a3fd5ae4a26ae6deba0252cce81))
* **IOS:** Wait max 10s for the script to finish ([e1ede31](https://github.com/Cap-go/capacitor-inappbrowser/commit/e1ede31e2d3b2ce9ec6e56ef184f50fab6e276be))
* **WiP:** some fixes ([f255b1b](https://github.com/Cap-go/capacitor-inappbrowser/commit/f255b1b55fbfcaef77a01191683d7e80f35709cf))

### [6.5.1](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.5.0...6.5.1) (2024-08-30)


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": "@capgo/inappbrowser",
"version": "6.5.1",
"version": "6.6.0",
"description": "Capacitor plugin in app browser",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 4b29348

Please sign in to comment.