diff --git a/.changeset/moody-lobsters-attend.md b/.changeset/moody-lobsters-attend.md deleted file mode 100644 index 7fa9b919..00000000 --- a/.changeset/moody-lobsters-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@capawesome/capacitor-live-update': patch ---- - -fix(ios): update possibly failed if more than one `index.html` file exists diff --git a/.changeset/moody-pumas-attack.md b/.changeset/moody-pumas-attack.md deleted file mode 100644 index c86fd5d2..00000000 --- a/.changeset/moody-pumas-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@capawesome/capacitor-live-update': minor ---- - -feat: add `defaultChannel` configuration option diff --git a/packages/live-update/CHANGELOG.md b/packages/live-update/CHANGELOG.md index 53969089..394bf4de 100644 --- a/packages/live-update/CHANGELOG.md +++ b/packages/live-update/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 6.3.0 + +### Minor Changes + +- [`826955b`](https://github.com/capawesome-team/capacitor-plugins/commit/826955b5bd40bb17154b4182689ef1216402e2a2) ([#248](https://github.com/capawesome-team/capacitor-plugins/pull/248)): feat: add `defaultChannel` configuration option + +### Patch Changes + +- [`83f3f7f`](https://github.com/capawesome-team/capacitor-plugins/commit/83f3f7f3ff314a1c69f5280848262bfdb5afbd2d) ([#253](https://github.com/capawesome-team/capacitor-plugins/pull/253)): fix(ios): update possibly failed if more than one `index.html` file exists + ## 6.2.0 ### Minor Changes diff --git a/packages/live-update/package.json b/packages/live-update/package.json index 9d8bc6ae..1e782cd5 100644 --- a/packages/live-update/package.json +++ b/packages/live-update/package.json @@ -1,6 +1,6 @@ { "name": "@capawesome/capacitor-live-update", - "version": "6.2.0", + "version": "6.3.0", "description": "Capacitor plugin to update your app remotely in real-time.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",