Skip to content

Commit 875bdd2

Browse files
authored
[ci] release (#57)
2 parents 405310a + a24105f commit 875bdd2

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/tough-drinks-cheat.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @clack/core
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- 6d9e675: Add support for neovim cursor motion (`hjkl`)
8+
9+
Thanks [@esau-morais](https://github.com/esau-morais) for the assist!
10+
311
## 0.1.6
412

513
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clack/core",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"type": "module",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)