Skip to content

Commit 49c0c96

Browse files
author
Bastian Jakobs
committed
chore: update changelog for version 1.1.6 with TypeScript support fixes for global registration
1 parent 49eb64d commit 49c0c96

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.6] - 2025-10-17
11+
12+
### Fixed
13+
- **TypeScript Support for Global Registration**: Fixed missing TypeScript types for globally registered directive
14+
- Directive modifiers (`.top`, `.bottom`, `.click`, `.fast`, etc.) now validated by TypeScript
15+
1016
## [1.1.5] - 2025-10-17
1117

1218
### Fixed
@@ -127,8 +133,9 @@ This changelog follows these categories:
127133

128134
## Version Links
129135

130-
[Unreleased]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.5...HEAD
131-
[1.1.3]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.4...v1.1.5
136+
[Unreleased]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.6...HEAD
137+
[1.1.6]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.5...v1.1.6
138+
[1.1.5]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.4...v1.1.5
132139
[1.1.3]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.2...v1.1.4
133140
[1.1.2]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.1...v1.1.2
134141
[1.1.1]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.0...v1.1.1

0 commit comments

Comments
 (0)