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

Commit a375dfd

Browse files
committed
chore(release): 1.15.2 [skip ci]
<a name="1.15.2"></a> ## [1.15.2](v1.15.1...v1.15.2) (2018-06-20) ### Bug Fixes * fixed doc urls when only ts files are available ([01945c3](01945c3))
1 parent 01945c3 commit a375dfd

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.15.2"></a>
2+
## [1.15.2](https://github.com/oclif/dev-cli/compare/v1.15.1...v1.15.2) (2018-06-20)
3+
4+
5+
### Bug Fixes
6+
7+
* fixed doc urls when only ts files are available ([01945c3](https://github.com/oclif/dev-cli/commit/01945c3))
8+
19
<a name="1.15.1"></a>
210
## [1.15.1](https://github.com/oclif/dev-cli/compare/v1.15.0...v1.15.1) (2018-06-20)
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.15.1 linux-x64 node-v9.11.1
26+
@oclif/dev-cli/1.15.2 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.15.1/src/commands/manifest.ts)_
76+
_See code: [src/commands/manifest.ts](https://github.com/oclif/dev-cli/blob/v1.15.2/src/commands/manifest.ts)_
7777

7878
## `oclif-dev pack`
7979

@@ -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.15.1/src/commands/pack/index.ts)_
93+
_See code: [src/commands/pack/index.ts](https://github.com/oclif/dev-cli/blob/v1.15.2/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.15.1/src/commands/pack/deb.ts)_
107+
_See code: [src/commands/pack/deb.ts](https://github.com/oclif/dev-cli/blob/v1.15.2/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.15.1/src/commands/pack/macos.ts)_
121+
_See code: [src/commands/pack/macos.ts](https://github.com/oclif/dev-cli/blob/v1.15.2/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.15.1/src/commands/pack/win.ts)_
135+
_See code: [src/commands/pack/win.ts](https://github.com/oclif/dev-cli/blob/v1.15.2/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.15.1/src/commands/publish/index.ts)_
153+
_See code: [src/commands/publish/index.ts](https://github.com/oclif/dev-cli/blob/v1.15.2/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.15.1/src/commands/publish/deb.ts)_
167+
_See code: [src/commands/publish/deb.ts](https://github.com/oclif/dev-cli/blob/v1.15.2/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.15.1/src/commands/publish/macos.ts)_
181+
_See code: [src/commands/publish/macos.ts](https://github.com/oclif/dev-cli/blob/v1.15.2/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.15.1/src/commands/publish/win.ts)_
195+
_See code: [src/commands/publish/win.ts](https://github.com/oclif/dev-cli/blob/v1.15.2/src/commands/publish/win.ts)_
196196

197197
## `oclif-dev readme`
198198

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

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

0 commit comments

Comments
 (0)