From 7c8b99a2d778ad3211a79e21b7545c3c7040c21f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Nov 2021 16:05:50 +0000 Subject: [PATCH] chore(release): 1.26.5 [skip ci] ## [1.26.5](https://github.com/oclif/dev-cli/compare/v1.26.4...v1.26.5) (2021-11-29) ### Bug Fixes * lodash.template all gone ([#441](https://github.com/oclif/dev-cli/issues/441)) ([8c63403](https://github.com/oclif/dev-cli/commit/8c6340390fd7af5c45345adb4ecf83762399470c)) --- CHANGELOG.md | 9 +++++++++ README.md | 24 ++++++++++++------------ package.json | 2 +- 3 files changed, 22 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e7f577a..69cb676f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.26.5](https://github.com/oclif/dev-cli/compare/v1.26.4...v1.26.5) (2021-11-29) + + +### Bug Fixes + +* lodash.template all gone ([#441](https://github.com/oclif/dev-cli/issues/441)) ([8c63403](https://github.com/oclif/dev-cli/commit/8c6340390fd7af5c45345adb4ecf83762399470c)) + + + ## [1.26.4](https://github.com/oclif/dev-cli/compare/v1.26.3...v1.26.4) (2021-11-29) diff --git a/README.md b/README.md index 29fa38c5..e0cfa1c8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ $ npm install -g @oclif/dev-cli $ oclif-dev COMMAND running command... $ oclif-dev (-v|--version|version) -@oclif/dev-cli/1.26.4 linux-x64 node-v14.18.1 +@oclif/dev-cli/1.26.5 linux-x64 node-v14.18.1 $ oclif-dev --help [COMMAND] USAGE $ oclif-dev COMMAND @@ -57,7 +57,7 @@ OPTIONS --all see all commands in CLI ``` -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.7/src/commands/help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.8/src/commands/help.ts)_ ## `oclif-dev manifest [PATH]` @@ -71,7 +71,7 @@ ARGUMENTS PATH [default: .] path to plugin ``` -_See code: [src/commands/manifest.ts](https://github.com/oclif/dev-cli/blob/v1.26.4/src/commands/manifest.ts)_ +_See code: [src/commands/manifest.ts](https://github.com/oclif/dev-cli/blob/v1.26.5/src/commands/manifest.ts)_ ## `oclif-dev pack` @@ -90,7 +90,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.26.4/src/commands/pack/index.ts)_ +_See code: [src/commands/pack/index.ts](https://github.com/oclif/dev-cli/blob/v1.26.5/src/commands/pack/index.ts)_ ## `oclif-dev pack:deb` @@ -104,7 +104,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.26.4/src/commands/pack/deb.ts)_ +_See code: [src/commands/pack/deb.ts](https://github.com/oclif/dev-cli/blob/v1.26.5/src/commands/pack/deb.ts)_ ## `oclif-dev pack:macos` @@ -118,7 +118,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.26.4/src/commands/pack/macos.ts)_ +_See code: [src/commands/pack/macos.ts](https://github.com/oclif/dev-cli/blob/v1.26.5/src/commands/pack/macos.ts)_ ## `oclif-dev pack:win` @@ -132,7 +132,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.26.4/src/commands/pack/win.ts)_ +_See code: [src/commands/pack/win.ts](https://github.com/oclif/dev-cli/blob/v1.26.5/src/commands/pack/win.ts)_ ## `oclif-dev publish` @@ -150,7 +150,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.26.4/src/commands/publish/index.ts)_ +_See code: [src/commands/publish/index.ts](https://github.com/oclif/dev-cli/blob/v1.26.5/src/commands/publish/index.ts)_ ## `oclif-dev publish:deb` @@ -164,7 +164,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.26.4/src/commands/publish/deb.ts)_ +_See code: [src/commands/publish/deb.ts](https://github.com/oclif/dev-cli/blob/v1.26.5/src/commands/publish/deb.ts)_ ## `oclif-dev publish:macos` @@ -178,7 +178,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.26.4/src/commands/publish/macos.ts)_ +_See code: [src/commands/publish/macos.ts](https://github.com/oclif/dev-cli/blob/v1.26.5/src/commands/publish/macos.ts)_ ## `oclif-dev publish:win` @@ -192,7 +192,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.26.4/src/commands/publish/win.ts)_ +_See code: [src/commands/publish/win.ts](https://github.com/oclif/dev-cli/blob/v1.26.5/src/commands/publish/win.ts)_ ## `oclif-dev readme` @@ -216,5 +216,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.26.4/src/commands/readme.ts)_ +_See code: [src/commands/readme.ts](https://github.com/oclif/dev-cli/blob/v1.26.5/src/commands/readme.ts)_ diff --git a/package.json b/package.json index f20d2e88..a9d065a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/dev-cli", "description": "helpers for oclif CLIs", - "version": "1.26.4", + "version": "1.26.5", "author": "Jeff Dickey @jdxcode", "bin": { "oclif-dev": "./bin/run"