From 8e329a481d47d0efe279cc32fb68595bc7ed5f15 Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Fri, 26 Apr 2024 08:27:36 +0200 Subject: [PATCH] chore(release): 6.0.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a7d5fdd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. + +## [6.0.0](https://github.com/capacitor-community/apple-sign-in/compare/v5.0.0...v6.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* update to Capacitor 6 (#111) + +### Features + +* update to Capacitor 6 ([#111](https://github.com/capacitor-community/apple-sign-in/issues/111)) ([5eb4b7a](https://github.com/capacitor-community/apple-sign-in/commit/5eb4b7a757566edcbe68823a1c155314bcfbd631)) diff --git a/package-lock.json b/package-lock.json index 2d0f11c..a77171d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capacitor-community/apple-sign-in", - "version": "5.0.0", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@capacitor-community/apple-sign-in", - "version": "5.0.0", + "version": "6.0.0", "license": "MIT", "dependencies": { "@types/scriptjs": "0.0.2", diff --git a/package.json b/package.json index 7da77e0..2ebb5d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/apple-sign-in", - "version": "5.0.0", + "version": "6.0.0", "description": "Capacitor Sign in with Apple", "main": "dist/esm/index.js", "types": "dist/esm/index.d.ts",