Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Commit 402e9cc

Browse files
chore(release): 1.26.1 [skip ci]
## [1.26.1](v1.26.0...v1.26.1) (2021-11-22) ### Bug Fixes * bump deps ([#423](#423)) ([8a90ff2](8a90ff2))
1 parent 195b456 commit 402e9cc

3 files changed

Lines changed: 31 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [1.26.1](https://github.com/oclif/dev-cli/compare/v1.26.0...v1.26.1) (2021-11-22)
2+
3+
4+
### Bug Fixes
5+
6+
* bump deps ([#423](https://github.com/oclif/dev-cli/issues/423)) ([8a90ff2](https://github.com/oclif/dev-cli/commit/8a90ff2002faa0dd9f1381d04001f703509b5114))
7+
8+
9+
10+
# [1.26.0](https://github.com/oclif/dev-cli/compare/v1.25.1...v1.26.0) (2020-12-10)
11+
12+
13+
### Features
14+
15+
* adding region, sslEnabled and s3ForcePathStyle through env vars ([#280](https://github.com/oclif/dev-cli/issues/280)) ([9a31738](https://github.com/oclif/dev-cli/commit/9a317382e198a0c04c039f9432ec9f13f918624a))
16+
17+
18+
119
## [1.25.1](https://github.com/oclif/dev-cli/compare/v1.25.0...v1.25.1) (2020-12-02)
220

321

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ npm install -g @oclif/dev-cli
2121
$ oclif-dev COMMAND
2222
running command...
2323
$ oclif-dev (-v|--version|version)
24-
@oclif/dev-cli/1.26.0 linux-x64 node-v12.0.0
24+
@oclif/dev-cli/1.26.1 linux-x64 node-v14.18.1
2525
$ oclif-dev --help [COMMAND]
2626
USAGE
2727
$ oclif-dev COMMAND
@@ -57,7 +57,7 @@ OPTIONS
5757
--all see all commands in CLI
5858
```
5959

60-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.0/src/commands/help.ts)_
60+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.5/src/commands/help.ts)_
6161

6262
## `oclif-dev manifest [PATH]`
6363

@@ -71,7 +71,7 @@ ARGUMENTS
7171
PATH [default: .] path to plugin
7272
```
7373

74-
_See code: [src/commands/manifest.ts](https://github.com/oclif/dev-cli/blob/v1.26.0/src/commands/manifest.ts)_
74+
_See code: [src/commands/manifest.ts](https://github.com/oclif/dev-cli/blob/v1.26.1/src/commands/manifest.ts)_
7575

7676
## `oclif-dev pack`
7777

@@ -90,7 +90,7 @@ DESCRIPTION
9090
This can be used to create oclif CLIs that use the system node or that come preloaded with a node binary.
9191
```
9292

93-
_See code: [src/commands/pack/index.ts](https://github.com/oclif/dev-cli/blob/v1.26.0/src/commands/pack/index.ts)_
93+
_See code: [src/commands/pack/index.ts](https://github.com/oclif/dev-cli/blob/v1.26.1/src/commands/pack/index.ts)_
9494

9595
## `oclif-dev pack:deb`
9696

@@ -104,7 +104,7 @@ OPTIONS
104104
-r, --root=root (required) [default: .] path to oclif CLI root
105105
```
106106

107-
_See code: [src/commands/pack/deb.ts](https://github.com/oclif/dev-cli/blob/v1.26.0/src/commands/pack/deb.ts)_
107+
_See code: [src/commands/pack/deb.ts](https://github.com/oclif/dev-cli/blob/v1.26.1/src/commands/pack/deb.ts)_
108108

109109
## `oclif-dev pack:macos`
110110

@@ -118,7 +118,7 @@ OPTIONS
118118
-r, --root=root (required) [default: .] path to oclif CLI root
119119
```
120120

121-
_See code: [src/commands/pack/macos.ts](https://github.com/oclif/dev-cli/blob/v1.26.0/src/commands/pack/macos.ts)_
121+
_See code: [src/commands/pack/macos.ts](https://github.com/oclif/dev-cli/blob/v1.26.1/src/commands/pack/macos.ts)_
122122

123123
## `oclif-dev pack:win`
124124

@@ -132,7 +132,7 @@ OPTIONS
132132
-r, --root=root (required) [default: .] path to oclif CLI root
133133
```
134134

135-
_See code: [src/commands/pack/win.ts](https://github.com/oclif/dev-cli/blob/v1.26.0/src/commands/pack/win.ts)_
135+
_See code: [src/commands/pack/win.ts](https://github.com/oclif/dev-cli/blob/v1.26.1/src/commands/pack/win.ts)_
136136

137137
## `oclif-dev publish`
138138

@@ -150,7 +150,7 @@ DESCRIPTION
150150
"aws-sdk" will need to be installed as a devDependency to publish.
151151
```
152152

153-
_See code: [src/commands/publish/index.ts](https://github.com/oclif/dev-cli/blob/v1.26.0/src/commands/publish/index.ts)_
153+
_See code: [src/commands/publish/index.ts](https://github.com/oclif/dev-cli/blob/v1.26.1/src/commands/publish/index.ts)_
154154

155155
## `oclif-dev publish:deb`
156156

@@ -164,7 +164,7 @@ OPTIONS
164164
-r, --root=root (required) [default: .] path to oclif CLI root
165165
```
166166

167-
_See code: [src/commands/publish/deb.ts](https://github.com/oclif/dev-cli/blob/v1.26.0/src/commands/publish/deb.ts)_
167+
_See code: [src/commands/publish/deb.ts](https://github.com/oclif/dev-cli/blob/v1.26.1/src/commands/publish/deb.ts)_
168168

169169
## `oclif-dev publish:macos`
170170

@@ -178,7 +178,7 @@ OPTIONS
178178
-r, --root=root (required) [default: .] path to oclif CLI root
179179
```
180180

181-
_See code: [src/commands/publish/macos.ts](https://github.com/oclif/dev-cli/blob/v1.26.0/src/commands/publish/macos.ts)_
181+
_See code: [src/commands/publish/macos.ts](https://github.com/oclif/dev-cli/blob/v1.26.1/src/commands/publish/macos.ts)_
182182

183183
## `oclif-dev publish:win`
184184

@@ -192,7 +192,7 @@ OPTIONS
192192
-r, --root=root (required) [default: .] path to oclif CLI root
193193
```
194194

195-
_See code: [src/commands/publish/win.ts](https://github.com/oclif/dev-cli/blob/v1.26.0/src/commands/publish/win.ts)_
195+
_See code: [src/commands/publish/win.ts](https://github.com/oclif/dev-cli/blob/v1.26.1/src/commands/publish/win.ts)_
196196

197197
## `oclif-dev readme`
198198

@@ -216,5 +216,5 @@ DESCRIPTION
216216
Customize the code URL prefix by setting oclif.repositoryPrefix in package.json.
217217
```
218218

219-
_See code: [src/commands/readme.ts](https://github.com/oclif/dev-cli/blob/v1.26.0/src/commands/readme.ts)_
219+
_See code: [src/commands/readme.ts](https://github.com/oclif/dev-cli/blob/v1.26.1/src/commands/readme.ts)_
220220
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oclif/dev-cli",
33
"description": "helpers for oclif CLIs",
4-
"version": "1.26.0",
4+
"version": "1.26.1",
55
"author": "Jeff Dickey @jdxcode",
66
"bin": {
77
"oclif-dev": "./bin/run"

0 commit comments

Comments
 (0)