diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f8f0a29..6dbf7e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.25.0](https://github.com/oclif/dev-cli/compare/v1.24.4...v1.25.0) (2020-12-02) + + +### Features + +* add macos uninstaller ([#137](https://github.com/oclif/dev-cli/issues/137)) ([6e3b34b](https://github.com/oclif/dev-cli/commit/6e3b34bba96de037211fd9699b0a59a41fc2f654)) + + + ## [1.24.4](https://github.com/oclif/dev-cli/compare/v1.24.3...v1.24.4) (2020-12-02) diff --git a/README.md b/README.md index ca3bc16c..82ad6d73 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ npm install -g @oclif/dev-cli $ oclif-dev COMMAND running command... $ oclif-dev (-v|--version|version) -@oclif/dev-cli/1.25.0 linux-x64 node-v12.0.0 +@oclif/dev-cli/1.25.1 linux-x64 node-v12.0.0 $ oclif-dev --help [COMMAND] USAGE $ oclif-dev COMMAND @@ -72,7 +72,7 @@ ARGUMENTS PATH [default: .] path to plugin ``` -_See code: [src/commands/manifest.ts](https://github.com/oclif/dev-cli/blob/v1.25.0/src/commands/manifest.ts)_ +_See code: [src/commands/manifest.ts](https://github.com/oclif/dev-cli/blob/v1.25.1/src/commands/manifest.ts)_ ## `oclif-dev pack` @@ -91,7 +91,7 @@ DESCRIPTION This can be used to create oclif CLIs that use the system node or that come preloaded with a node binary. ``` -_See code: [src/commands/pack/index.ts](https://github.com/oclif/dev-cli/blob/v1.25.0/src/commands/pack/index.ts)_ +_See code: [src/commands/pack/index.ts](https://github.com/oclif/dev-cli/blob/v1.25.1/src/commands/pack/index.ts)_ ## `oclif-dev pack:deb` @@ -105,7 +105,7 @@ OPTIONS -r, --root=root (required) [default: .] path to oclif CLI root ``` -_See code: [src/commands/pack/deb.ts](https://github.com/oclif/dev-cli/blob/v1.25.0/src/commands/pack/deb.ts)_ +_See code: [src/commands/pack/deb.ts](https://github.com/oclif/dev-cli/blob/v1.25.1/src/commands/pack/deb.ts)_ ## `oclif-dev pack:macos` @@ -119,7 +119,7 @@ OPTIONS -r, --root=root (required) [default: .] path to oclif CLI root ``` -_See code: [src/commands/pack/macos.ts](https://github.com/oclif/dev-cli/blob/v1.25.0/src/commands/pack/macos.ts)_ +_See code: [src/commands/pack/macos.ts](https://github.com/oclif/dev-cli/blob/v1.25.1/src/commands/pack/macos.ts)_ ## `oclif-dev pack:win` @@ -133,7 +133,7 @@ OPTIONS -r, --root=root (required) [default: .] path to oclif CLI root ``` -_See code: [src/commands/pack/win.ts](https://github.com/oclif/dev-cli/blob/v1.25.0/src/commands/pack/win.ts)_ +_See code: [src/commands/pack/win.ts](https://github.com/oclif/dev-cli/blob/v1.25.1/src/commands/pack/win.ts)_ ## `oclif-dev publish` @@ -151,7 +151,7 @@ DESCRIPTION "aws-sdk" will need to be installed as a devDependency to publish. ``` -_See code: [src/commands/publish/index.ts](https://github.com/oclif/dev-cli/blob/v1.25.0/src/commands/publish/index.ts)_ +_See code: [src/commands/publish/index.ts](https://github.com/oclif/dev-cli/blob/v1.25.1/src/commands/publish/index.ts)_ ## `oclif-dev publish:deb` @@ -165,7 +165,7 @@ OPTIONS -r, --root=root (required) [default: .] path to oclif CLI root ``` -_See code: [src/commands/publish/deb.ts](https://github.com/oclif/dev-cli/blob/v1.25.0/src/commands/publish/deb.ts)_ +_See code: [src/commands/publish/deb.ts](https://github.com/oclif/dev-cli/blob/v1.25.1/src/commands/publish/deb.ts)_ ## `oclif-dev publish:macos` @@ -179,7 +179,7 @@ OPTIONS -r, --root=root (required) [default: .] path to oclif CLI root ``` -_See code: [src/commands/publish/macos.ts](https://github.com/oclif/dev-cli/blob/v1.25.0/src/commands/publish/macos.ts)_ +_See code: [src/commands/publish/macos.ts](https://github.com/oclif/dev-cli/blob/v1.25.1/src/commands/publish/macos.ts)_ ## `oclif-dev publish:win` @@ -193,7 +193,7 @@ OPTIONS -r, --root=root (required) [default: .] path to oclif CLI root ``` -_See code: [src/commands/publish/win.ts](https://github.com/oclif/dev-cli/blob/v1.25.0/src/commands/publish/win.ts)_ +_See code: [src/commands/publish/win.ts](https://github.com/oclif/dev-cli/blob/v1.25.1/src/commands/publish/win.ts)_ ## `oclif-dev readme` @@ -217,5 +217,5 @@ DESCRIPTION Customize the code URL prefix by setting oclif.repositoryPrefix in package.json. ``` -_See code: [src/commands/readme.ts](https://github.com/oclif/dev-cli/blob/v1.25.0/src/commands/readme.ts)_ +_See code: [src/commands/readme.ts](https://github.com/oclif/dev-cli/blob/v1.25.1/src/commands/readme.ts)_ diff --git a/package.json b/package.json index 82fced9a..8fbec5c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/dev-cli", "description": "helpers for oclif CLIs", - "version": "1.25.0", + "version": "1.25.1", "author": "Jeff Dickey @jdxcode", "bin": { "oclif-dev": "./bin/run"