We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11eeec4 commit c931ca4Copy full SHA for c931ca4
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.2](https://github.com/ksassnowski/vueclid/compare/v1.0.1...v1.0.2) (2024-01-30)
4
+
5
6
+### Bug Fixes
7
8
+* fix typescript type declarations (maybe) ([11eeec4](https://github.com/ksassnowski/vueclid/commit/11eeec4badf01098ff2326eb4f6c1334805980f9))
9
10
## [1.0.1](https://github.com/ksassnowski/vueclid/compare/v1.0.0...v1.0.1) (2024-01-30)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@ksassnowski/vueclid",
- "version": "1.0.1",
+ "version": "1.0.2",
"type": "module",
"main": "./dist/vueclid.umd.js",
"module": "./dist/vueclid.js",
0 commit comments