Skip to content

Commit 7b531a7

Browse files
authored
chore(master): release ink-mouse 1.0.0 (#2)
1 parent 1d0b54e commit 7b531a7

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
{
2-
}
1+
{".":"1.0.0"}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-06-24)
4+
5+
6+
### Features
7+
8+
* ink-mouse; add mouse event handling to ink components ([aa35b2b](https://github.com/zenobi-us/react-ink-mouse/commit/aa35b2b214d256c553d55662ba4fbb9d13353939))
9+
10+
11+
### Bug Fixes
12+
13+
* use correct asdf setup ([#4](https://github.com/zenobi-us/react-ink-mouse/issues/4)) ([1d0b54e](https://github.com/zenobi-us/react-ink-mouse/commit/1d0b54e1609dcaf67563679c31e6f22ebb097237))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zenobius/ink-mouse",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"dependencies": {
55
"hast-util-from-html-isomorphic": "2.0.0",
66
"hast-util-to-html": "^9.0.0",

0 commit comments

Comments
 (0)