kajji 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -103,7 +103,7 @@ kajji /path/to/repo # specific directory
103
103
 
104
104
  | Key | Action |
105
105
  | --- | ------ |
106
- | `n` | New change |
106
+ | `n` / `N` | New change / new before |
107
107
  | `e` | Edit change |
108
108
  | `d` | Describe change |
109
109
  | `s` | Squash into parent |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kajji",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "A terminal UI for Jujutsu: the rudder for your jj",
5
5
  "bin": {
6
6
  "kajji": "./bin/kajji"
@@ -9,10 +9,10 @@
9
9
  "postinstall": "node ./script/postinstall.mjs"
10
10
  },
11
11
  "optionalDependencies": {
12
- "kajji-darwin-arm64": "0.4.0",
13
- "kajji-darwin-x64": "0.4.0",
14
- "kajji-linux-x64": "0.4.0",
15
- "kajji-linux-arm64": "0.4.0"
12
+ "kajji-darwin-arm64": "0.4.1",
13
+ "kajji-darwin-x64": "0.4.1",
14
+ "kajji-linux-x64": "0.4.1",
15
+ "kajji-linux-arm64": "0.4.1"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",