Skip to content

Commit 6f23d2b

Browse files
authored
chore(master): release ink-mouse 1.0.2 (#10)
1 parent e495a2a commit 6f23d2b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.0.1"}
1+
{".":"1.0.2"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.2](https://github.com/zenobi-us/ink-mouse/compare/ink-mouse-v1.0.1...ink-mouse-v1.0.2) (2024-06-25)
4+
5+
6+
### Bug Fixes
7+
8+
* recursively-calculate-xy-position ([#9](https://github.com/zenobi-us/ink-mouse/issues/9)) ([e495a2a](https://github.com/zenobi-us/ink-mouse/commit/e495a2a7e28e033038b536afd6c829b08dd15792))
9+
310
## [1.0.1](https://github.com/zenobi-us/ink-mouse/compare/ink-mouse-v1.0.0...ink-mouse-v1.0.1) (2024-06-24)
411

512

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": "1.0.1",
3+
"version": "1.0.2",
44
"type": "module",
55
"peerDependencies": {
66
"ink": "^5.0.1",

0 commit comments

Comments
 (0)