From 0c570f93dfd9d97c83a9e267922e469034334122 Mon Sep 17 00:00:00 2001 From: capacitor-bot Date: Fri, 28 Aug 2026 11:17:06 +0100 Subject: [PATCH] chore(next): release 3.1.1-rc --- .release-please-manifest.json | 2 +- packages/capacitor-plugin/CHANGELOG.md | 8 ++++++++ packages/capacitor-plugin/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a3b6edc7..adf41585 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "packages/capacitor-plugin": "3.1.0" + "packages/capacitor-plugin": "3.1.1-rc" } diff --git a/packages/capacitor-plugin/CHANGELOG.md b/packages/capacitor-plugin/CHANGELOG.md index 038100fe..eed5d1e6 100644 --- a/packages/capacitor-plugin/CHANGELOG.md +++ b/packages/capacitor-plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [3.1.1-rc](https://github.com/ionic-team/capacitor-background-runner/compare/3.1.0...3.1.1-rc) (2026-08-28) + + +### Bug Fixes + +* **ios:** remove usage of APIs deprecated in iOS 14 and iOS 15 ([8981234](https://github.com/ionic-team/capacitor-background-runner/commit/8981234bcdad85b582339e61a4d289bc97bd709b)) +* **ios:** remove usage of APIs deprecated in iOS 14 and iOS 15 ([6b73444](https://github.com/ionic-team/capacitor-background-runner/commit/6b734447c459a5d76a00d1f0140fcc6e971165f6)) + ## 3.1.0 ### Minor Changes diff --git a/packages/capacitor-plugin/package.json b/packages/capacitor-plugin/package.json index 866e4f31..bde31532 100644 --- a/packages/capacitor-plugin/package.json +++ b/packages/capacitor-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/background-runner", - "version": "3.1.0", + "version": "3.1.1-rc", "description": "Capacitor Background Runner", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",