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

Commit 3c66d8f

Browse files
committed
chore(release): 1.23.1 [skip ci]
## [1.23.1](v1.23.0...v1.23.1) (2020-11-16) ### Bug Fixes * downgrade fs-extras ([#264](#264)) ([5a75e79](5a75e79))
1 parent 5a75e79 commit 3c66d8f

File tree

3 files changed

+26
-12
lines changed

3 files changed

+26
-12
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.23.0](https://github.com/oclif/dev-cli/compare/v1.22.2...v1.23.0) (2020-11-12)
2+
3+
4+
### Bug Fixes
5+
6+
* rename publish.test.ts ([#130](https://github.com/oclif/dev-cli/issues/130)) ([1a90ece](https://github.com/oclif/dev-cli/commit/1a90ece6882e5385eda887e3de8ba28a87e125dd))
7+
8+
9+
### Features
10+
11+
* publish only specified targets ([#117](https://github.com/oclif/dev-cli/issues/117)) ([6e7c356](https://github.com/oclif/dev-cli/commit/6e7c356d29a8c4318d69059f56e091eb834d0ddb))
12+
13+
14+
115
## [1.22.2](https://github.com/oclif/dev-cli/compare/v1.22.1...v1.22.2) (2019-07-29)
216

317

Diff for: README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ npm install -g @oclif/dev-cli
2222
$ oclif-dev COMMAND
2323
running command...
2424
$ oclif-dev (-v|--version|version)
25-
@oclif/dev-cli/1.23.0 linux-x64 node-v12.0.0
25+
@oclif/dev-cli/1.23.1 linux-x64 node-v12.0.0
2626
$ oclif-dev --help [COMMAND]
2727
USAGE
2828
$ oclif-dev COMMAND
@@ -72,7 +72,7 @@ ARGUMENTS
7272
PATH [default: .] path to plugin
7373
```
7474

75-
_See code: [src/commands/manifest.ts](https://github.com/oclif/dev-cli/blob/v1.23.0/src/commands/manifest.ts)_
75+
_See code: [src/commands/manifest.ts](https://github.com/oclif/dev-cli/blob/v1.23.1/src/commands/manifest.ts)_
7676

7777
## `oclif-dev pack`
7878

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

94-
_See code: [src/commands/pack/index.ts](https://github.com/oclif/dev-cli/blob/v1.23.0/src/commands/pack/index.ts)_
94+
_See code: [src/commands/pack/index.ts](https://github.com/oclif/dev-cli/blob/v1.23.1/src/commands/pack/index.ts)_
9595

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

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

108-
_See code: [src/commands/pack/deb.ts](https://github.com/oclif/dev-cli/blob/v1.23.0/src/commands/pack/deb.ts)_
108+
_See code: [src/commands/pack/deb.ts](https://github.com/oclif/dev-cli/blob/v1.23.1/src/commands/pack/deb.ts)_
109109

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

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

122-
_See code: [src/commands/pack/macos.ts](https://github.com/oclif/dev-cli/blob/v1.23.0/src/commands/pack/macos.ts)_
122+
_See code: [src/commands/pack/macos.ts](https://github.com/oclif/dev-cli/blob/v1.23.1/src/commands/pack/macos.ts)_
123123

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

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

136-
_See code: [src/commands/pack/win.ts](https://github.com/oclif/dev-cli/blob/v1.23.0/src/commands/pack/win.ts)_
136+
_See code: [src/commands/pack/win.ts](https://github.com/oclif/dev-cli/blob/v1.23.1/src/commands/pack/win.ts)_
137137

138138
## `oclif-dev publish`
139139

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

154-
_See code: [src/commands/publish/index.ts](https://github.com/oclif/dev-cli/blob/v1.23.0/src/commands/publish/index.ts)_
154+
_See code: [src/commands/publish/index.ts](https://github.com/oclif/dev-cli/blob/v1.23.1/src/commands/publish/index.ts)_
155155

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

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

168-
_See code: [src/commands/publish/deb.ts](https://github.com/oclif/dev-cli/blob/v1.23.0/src/commands/publish/deb.ts)_
168+
_See code: [src/commands/publish/deb.ts](https://github.com/oclif/dev-cli/blob/v1.23.1/src/commands/publish/deb.ts)_
169169

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

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

182-
_See code: [src/commands/publish/macos.ts](https://github.com/oclif/dev-cli/blob/v1.23.0/src/commands/publish/macos.ts)_
182+
_See code: [src/commands/publish/macos.ts](https://github.com/oclif/dev-cli/blob/v1.23.1/src/commands/publish/macos.ts)_
183183

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

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

196-
_See code: [src/commands/publish/win.ts](https://github.com/oclif/dev-cli/blob/v1.23.0/src/commands/publish/win.ts)_
196+
_See code: [src/commands/publish/win.ts](https://github.com/oclif/dev-cli/blob/v1.23.1/src/commands/publish/win.ts)_
197197

198198
## `oclif-dev readme`
199199

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

220-
_See code: [src/commands/readme.ts](https://github.com/oclif/dev-cli/blob/v1.23.0/src/commands/readme.ts)_
220+
_See code: [src/commands/readme.ts](https://github.com/oclif/dev-cli/blob/v1.23.1/src/commands/readme.ts)_
221221
<!-- commandsstop -->

Diff for: package.json

+1-1
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.23.0",
4+
"version": "1.23.1",
55
"author": "Jeff Dickey @jdxcode",
66
"bin": {
77
"oclif-dev": "./bin/run"

0 commit comments

Comments
 (0)