diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aed7cb..6bb9fb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.0.0](https://github.com/capacitor-community/text-to-speech/compare/v5.1.0...v6.0.0) (2025-01-28) + + +### ⚠ BREAKING CHANGES + +* update to Capacitor 7 (#142) + +### Features + +* update to Capacitor 7 ([#142](https://github.com/capacitor-community/text-to-speech/issues/142)) ([f50b0c1](https://github.com/capacitor-community/text-to-speech/commit/f50b0c145dbf066c2c2cc6c36a1b0db24c07a08d)) + ## [5.1.0](https://github.com/capacitor-community/text-to-speech/compare/v5.0.0...v5.1.0) (2024-11-13) diff --git a/package-lock.json b/package-lock.json index 912c8b5..79022fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capacitor-community/text-to-speech", - "version": "5.1.0", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@capacitor-community/text-to-speech", - "version": "5.1.0", + "version": "6.0.0", "license": "MIT", "devDependencies": { "@capacitor/android": "7.0.0", diff --git a/package.json b/package.json index d0eb618..6dc06c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/text-to-speech", - "version": "5.1.0", + "version": "6.0.0", "description": "Capacitor plugin for synthesizing speech from text.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",