@shaankhosla/repeat 0.0.22 → 0.0.23

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.
package/CHANGELOG.md CHANGED
@@ -1,21 +1,24 @@
1
- ## [0.0.22] - 2025-12-31
1
+ ## [0.0.23] - 2026-01-02
2
2
 
3
3
  ### 🚀 Features
4
4
 
5
- - Import from Anki (#17)
5
+ - Show time till next review in drill
6
+ - Flash status on drill/create (#24)
7
+ - Add short-term learning stages (#25)
6
8
 
7
9
  ### 🐛 Bug Fixes
8
10
 
9
- - Remove dbg statement
11
+ - Db test (#19)
10
12
 
11
13
  ### 💼 Other
12
14
 
13
- - Fix release pipeline
15
+ - Init (#20)
14
16
 
15
- ### 🚜 Refactor
17
+ Co-authored-by: Shaan <shaankhosla@macbook-pro.mynetworksettings.com>
18
+ - Init (#21)
16
19
 
17
- - Made the CLI experience better
20
+ Co-authored-by: Shaan <shaankhosla@macbook-pro.mynetworksettings.com>
18
21
 
19
22
  ### ⚙️ Miscellaneous Tasks
20
23
 
21
- - Upgrade criterion
24
+ - Fix justfile
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "hasInstallScript": true,
24
24
  "name": "@shaankhosla/repeat",
25
- "version": "0.0.22"
25
+ "version": "0.0.23"
26
26
  },
27
27
  "node_modules/@isaacs/balanced-match": {
28
28
  "engines": {
@@ -514,5 +514,5 @@
514
514
  }
515
515
  },
516
516
  "requires": true,
517
- "version": "0.0.22"
517
+ "version": "0.0.23"
518
518
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/shaankhosla/repeat/releases/download/v0.0.22",
2
+ "artifactDownloadUrl": "https://github.com/shaankhosla/repeat/releases/download/v0.0.23",
3
3
  "author": "shaankhosla",
4
4
  "bin": {
5
5
  "repeat": "run-repeat.js"
@@ -83,7 +83,7 @@
83
83
  "zipExt": ".tar.xz"
84
84
  }
85
85
  },
86
- "version": "0.0.22",
86
+ "version": "0.0.23",
87
87
  "volta": {
88
88
  "node": "18.14.1",
89
89
  "npm": "9.5.0"