Skip to content

Commit a4f51ab

Browse files
chore(release): 8.0.0 [skip ci]
# [8.0.0](v7.0.2...v8.0.0) (2025-12-08) ### Bug Fixes * **android:** use 'propName = value' assignment syntax in build.gradle files ([e0d3987](e0d3987)) ### feature * Capacitor 8 support ([7d840c7](7d840c7)) ### BREAKING CHANGES * Capacitor 8 requires major update
1 parent fda2811 commit a4f51ab

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [8.0.0](https://github.com/ionic-team/capacitor-haptics/compare/v7.0.2...v8.0.0) (2025-12-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** use 'propName = value' assignment syntax in build.gradle files ([e0d3987](https://github.com/ionic-team/capacitor-haptics/commit/e0d3987eead4811e58df1645af525db57cab4f35))
7+
8+
9+
### feature
10+
11+
* Capacitor 8 support ([7d840c7](https://github.com/ionic-team/capacitor-haptics/commit/7d840c78256d44bbee74026a8853c9e150be44f8))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Capacitor 8 requires major update
17+
118
# [8.0.0-next.3](https://github.com/ionic-team/capacitor-haptics/compare/v8.0.0-next.2...v8.0.0-next.3) (2025-11-17)
219

320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/haptics",
3-
"version": "8.0.0-next.3",
3+
"version": "8.0.0",
44
"description": "The Haptics API provides physical feedback to the user through touch or vibration.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)