ripencli 0.1.2 → 0.1.3

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 +1 -1
package/README.md CHANGED
@@ -54,7 +54,7 @@ ripen --help
54
54
  2. Runs the appropriate `outdated --json` command to find outdated packages
55
55
  3. Shows them in a colorful interactive list
56
56
  4. Press `v` on any package to pick a specific version from the npm registry
57
- 5. Press `c` to see GitHub release notes between your current and target version
57
+ 5. Press `c` to see GitHub release notes between your current and target version, you see all release notes
58
58
  6. Select the ones you want and press enter — ripen runs the update commands for you
59
59
 
60
60
  When using `ripen -g`, all available package managers are checked in parallel so you see every global package in one place.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ripencli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Interactive dependency updater for npm, pnpm, and yarn",
5
5
  "type": "module",
6
6
  "bin": {