Skip to content

Commit 5cbcf8c

Browse files
chore: release v1.3.0
1 parent b0940b9 commit 5cbcf8c

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.3.0] - 2025-10-29
11+
1012
### Added
1113
- Theme presets: Tooltips can now be globally styled with the "default", "primevue", or "vuetify" presets. Switching themes at runtime is supported.
1214

@@ -174,7 +176,8 @@ This changelog follows these categories:
174176

175177
## Version Links
176178

177-
[Unreleased]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.2.2...HEAD
179+
[Unreleased]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.3.0...HEAD
180+
[1.3.0]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.2.2...v1.3.0
178181
[1.2.2]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.2.1...v1.2.2
179182
[1.2.1]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.2.0...v1.2.1
180183
[1.2.0]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.8...v1.2.0

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.2",
4+
"version": "1.3.0",
55
"description": "A flexible and accessible Vue 3 tooltip component with directive support",
66
"author": "borsTiHD",
77
"license": "MIT",

0 commit comments

Comments
 (0)