Skip to content

Commit 760e08d

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2024-11-13) ### Bug Fixes * typo in publish.yml ([030e266](030e266)) ### Features * tooltip html component ([66d4e61](66d4e61))
1 parent 030e266 commit 760e08d

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 1.0.0 (2024-11-13)
2+
3+
4+
### Bug Fixes
5+
6+
* typo in publish.yml ([030e266](https://github.com/Draggable/tooltip/commit/030e26612fd9b90bbbaa9e9d485de89b1d0c2bea))
7+
8+
9+
### Features
10+
11+
* tooltip html component ([66d4e61](https://github.com/Draggable/tooltip/commit/66d4e61c5a8be0e1dbc5dd8d7bab88c2e09c40bb))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@draggable/tooltip",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "",
55
"main": "dist/tooltip.cjs.js",
66
"module": "dist/tooltip.es.js",

0 commit comments

Comments
 (0)