Skip to content

Commit d725946

Browse files
committed
chore(release): 7.0.0
1 parent 6d6a084 commit d725946

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
# Changelog
22

3+
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.
4+
5+
## [7.0.0](https://github.com/capacitor-community/contacts/compare/v6.1.1...v7.0.0) (2025-04-08)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* This plugin now only supports Capacitor 7.
11+
12+
### Features
13+
14+
* update to Capacitor 7 ([#141](https://github.com/capacitor-community/contacts/issues/141)) ([e487923](https://github.com/capacitor-community/contacts/commit/e487923cbde3a90171f0c09b4f2a76674c4bffdd))
15+
16+
# Changelog
17+
318
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.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor-community/contacts",
3-
"version": "6.1.1",
3+
"version": "7.0.0",
44
"description": "Contacts Plugin for Capacitor",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)