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

Commit b1aad03

Browse files
committed
chore(release): 1.13.22 [skip ci]
<a name="1.13.22"></a> ## [1.13.22](v1.13.21...v1.13.22) (2018-05-16) ### Bug Fixes * check earlier if macos.identifier is set ([#35](#35)) ([2e0e4eb](2e0e4eb))
1 parent 2e0e4eb commit b1aad03

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="1.13.22"></a>
2+
## [1.13.22](https://github.com/oclif/dev-cli/compare/v1.13.21...v1.13.22) (2018-05-16)
3+
4+
5+
### Bug Fixes
6+
7+
* check earlier if macos.identifier is set ([#35](https://github.com/oclif/dev-cli/issues/35)) ([2e0e4eb](https://github.com/oclif/dev-cli/commit/2e0e4eb))
8+
19
<a name="1.13.21"></a>
210
## [1.13.21](https://github.com/oclif/dev-cli/compare/v1.13.20...v1.13.21) (2018-05-15)
311

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $ npm install -g @oclif/dev-cli
2323
$ oclif-dev COMMAND
2424
running command...
2525
$ oclif-dev (-v|--version|version)
26-
@oclif/dev-cli/1.13.21 linux-x64 node-v9.11.1
26+
@oclif/dev-cli/1.13.22 linux-x64 node-v9.11.1
2727
$ oclif-dev --help [COMMAND]
2828
USAGE
2929
$ oclif-dev COMMAND
@@ -73,7 +73,7 @@ ARGUMENTS
7373
PATH [default: .] path to plugin
7474
```
7575

76-
_See code: [src/commands/manifest.ts](https://github.com/oclif/dev-cli/blob/v1.13.21/src/commands/manifest.ts)_
76+
_See code: [src/commands/manifest.ts](https://github.com/oclif/dev-cli/blob/v1.13.22/src/commands/manifest.ts)_
7777

7878
## `oclif-dev pack`
7979

@@ -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.ts](https://github.com/oclif/dev-cli/blob/v1.13.21/src/commands/pack.ts)_
94+
_See code: [src/commands/pack.ts](https://github.com/oclif/dev-cli/blob/v1.13.22/src/commands/pack.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.13.21/src/commands/pack/deb.ts)_
108+
_See code: [src/commands/pack/deb.ts](https://github.com/oclif/dev-cli/blob/v1.13.22/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.13.21/src/commands/pack/macos.ts)_
122+
_See code: [src/commands/pack/macos.ts](https://github.com/oclif/dev-cli/blob/v1.13.22/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.13.21/src/commands/pack/win.ts)_
136+
_See code: [src/commands/pack/win.ts](https://github.com/oclif/dev-cli/blob/v1.13.22/src/commands/pack/win.ts)_
137137

138138
## `oclif-dev publish`
139139

@@ -148,7 +148,7 @@ OPTIONS
148148
-r, --root=root (required) [default: .] path to oclif CLI root
149149
```
150150

151-
_See code: [src/commands/publish.ts](https://github.com/oclif/dev-cli/blob/v1.13.21/src/commands/publish.ts)_
151+
_See code: [src/commands/publish.ts](https://github.com/oclif/dev-cli/blob/v1.13.22/src/commands/publish.ts)_
152152

153153
## `oclif-dev publish:deb`
154154

@@ -162,7 +162,7 @@ OPTIONS
162162
-r, --root=root (required) [default: .] path to oclif CLI root
163163
```
164164

165-
_See code: [src/commands/publish/deb.ts](https://github.com/oclif/dev-cli/blob/v1.13.21/src/commands/publish/deb.ts)_
165+
_See code: [src/commands/publish/deb.ts](https://github.com/oclif/dev-cli/blob/v1.13.22/src/commands/publish/deb.ts)_
166166

167167
## `oclif-dev publish:macos`
168168

@@ -176,7 +176,7 @@ OPTIONS
176176
-r, --root=root (required) [default: .] path to oclif CLI root
177177
```
178178

179-
_See code: [src/commands/publish/macos.ts](https://github.com/oclif/dev-cli/blob/v1.13.21/src/commands/publish/macos.ts)_
179+
_See code: [src/commands/publish/macos.ts](https://github.com/oclif/dev-cli/blob/v1.13.22/src/commands/publish/macos.ts)_
180180

181181
## `oclif-dev publish:win`
182182

@@ -190,7 +190,7 @@ OPTIONS
190190
-r, --root=root (required) [default: .] path to oclif CLI root
191191
```
192192

193-
_See code: [src/commands/publish/win.ts](https://github.com/oclif/dev-cli/blob/v1.13.21/src/commands/publish/win.ts)_
193+
_See code: [src/commands/publish/win.ts](https://github.com/oclif/dev-cli/blob/v1.13.22/src/commands/publish/win.ts)_
194194

195195
## `oclif-dev readme`
196196

@@ -211,5 +211,5 @@ DESCRIPTION
211211
<!-- commands -->
212212
```
213213

214-
_See code: [src/commands/readme.ts](https://github.com/oclif/dev-cli/blob/v1.13.21/src/commands/readme.ts)_
214+
_See code: [src/commands/readme.ts](https://github.com/oclif/dev-cli/blob/v1.13.22/src/commands/readme.ts)_
215215
<!-- 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.13.21",
4+
"version": "1.13.22",
55
"author": "Jeff Dickey @jdxcode",
66
"bin": {
77
"oclif-dev": "./bin/run"

0 commit comments

Comments
 (0)