[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

[ci] release (#57)

authored by

Nate Moore and committed by
GitHub
(Feb 17, 2023, 5:22 AM -0600) 875bdd2c 405310a2

+9 -8
-7
.changeset/tough-drinks-cheat.md
··· 1 - --- 2 - '@clack/core': patch 3 - --- 4 - 5 - Add support for neovim cursor motion (`hjkl`) 6 - 7 - Thanks [@esau-morais](https://github.com/esau-morais) for the assist!
+8
packages/core/CHANGELOG.md
··· 1 1 # @clack/core 2 2 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 + 3 11 ## 0.1.6 4 12 5 13 ### Patch Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@clack/core", 3 - "version": "0.1.6", 3 + "version": "0.1.7", 4 4 "type": "module", 5 5 "main": "./dist/index.cjs", 6 6 "module": "./dist/index.mjs",