Skip to content

Commit e858a87

Browse files
chore: release v1.2.2
1 parent 573cfd1 commit e858a87

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.2] - 2025-10-27
11+
1012
### Fixed
1113
- Resolved an issue where tooltips could generate excessive warning messages in the browser console
1214

@@ -169,7 +171,8 @@ This changelog follows these categories:
169171

170172
## Version Links
171173

172-
[Unreleased]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.2.1...HEAD
174+
[Unreleased]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.2.2...HEAD
175+
[1.2.2]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.2.1...v1.2.2
173176
[1.2.1]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.2.0...v1.2.1
174177
[1.2.0]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.8...v1.2.0
175178
[1.1.8]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.7...v1.1.8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@borstihd/vue-custom-tooltip",
33
"type": "module",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"description": "A flexible and accessible Vue 3 tooltip component with directive support",
66
"author": "borsTiHD",
77
"license": "MIT",

0 commit comments

Comments
 (0)