avo 2.0.1 → 2.0.2

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/cli.js +1 -0
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -1293,6 +1293,7 @@ function status(source, json, argv) {
1293
1293
  yargs(hideBin(process.argv))
1294
1294
  .usage('$0 command')
1295
1295
  .scriptName('avo')
1296
+ .version(pkg.version)
1296
1297
  .option('v', {
1297
1298
  alias: 'verbose',
1298
1299
  default: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "avo",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "type": "module",
5
5
  "description": "The command-line interface for Avo",
6
6
  "author": "Avo (https://www.avo.app)",