Skip to content

Commit 5b4c7c7

Browse files
chore: release v1.4.0
1 parent 1a12e2d commit 5b4c7c7

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.4.0] - 2025-10-29
11+
1012
### Added
1113
- Introduced "classic" theme preset for tooltips
1214

@@ -182,7 +184,8 @@ This changelog follows these categories:
182184

183185
## Version Links
184186

185-
[Unreleased]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.3.0...HEAD
187+
[Unreleased]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.4.0...HEAD
188+
[1.4.0]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.3.0...v1.4.0
186189
[1.3.0]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.2.2...v1.3.0
187190
[1.2.2]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.2.1...v1.2.2
188191
[1.2.1]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.2.0...v1.2.1

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.3.0",
4+
"version": "1.4.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)