Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.12.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.12.1](oclif/oclif@v1.12.0...v1.12.1) (2018-09-15)

### Bug Fixes

* source-map-register is not needed ([dfd3170](oclif/oclif@dfd3170))
  • Loading branch information
oclif-bot committed Sep 15, 2018
1 parent dfd3170 commit 8b53492
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.12.1](https://github.com/oclif/oclif/compare/v1.12.0...v1.12.1) (2018-09-15)


### Bug Fixes

* source-map-register is not needed ([dfd3170](https://github.com/oclif/oclif/commit/dfd3170))

# [1.12.0](https://github.com/oclif/oclif/compare/v1.11.7...v1.12.0) (2018-09-15)


Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ OPTIONS
--force overwrite existing files
```

_See code: [src/commands/command.ts](https://github.com/oclif/oclif/blob/v1.12.0/src/commands/command.ts)_
_See code: [src/commands/command.ts](https://github.com/oclif/oclif/blob/v1.12.1/src/commands/command.ts)_

## `oclif help [COMMAND]`

Expand Down Expand Up @@ -183,7 +183,7 @@ OPTIONS
--force overwrite existing files
```

_See code: [src/commands/hook.ts](https://github.com/oclif/oclif/blob/v1.12.0/src/commands/hook.ts)_
_See code: [src/commands/hook.ts](https://github.com/oclif/oclif/blob/v1.12.1/src/commands/hook.ts)_

## `oclif multi [PATH]`

Expand All @@ -202,7 +202,7 @@ OPTIONS
--options=options (yarn|typescript|tslint|mocha)
```

_See code: [src/commands/multi.ts](https://github.com/oclif/oclif/blob/v1.12.0/src/commands/multi.ts)_
_See code: [src/commands/multi.ts](https://github.com/oclif/oclif/blob/v1.12.1/src/commands/multi.ts)_

## `oclif plugin [PATH]`

Expand All @@ -221,7 +221,7 @@ OPTIONS
--options=options (yarn|typescript|tslint|mocha)
```

_See code: [src/commands/plugin.ts](https://github.com/oclif/oclif/blob/v1.12.0/src/commands/plugin.ts)_
_See code: [src/commands/plugin.ts](https://github.com/oclif/oclif/blob/v1.12.1/src/commands/plugin.ts)_

## `oclif single [PATH]`

Expand All @@ -240,7 +240,7 @@ OPTIONS
--options=options (yarn|typescript|tslint|mocha)
```

_See code: [src/commands/single.ts](https://github.com/oclif/oclif/blob/v1.12.0/src/commands/single.ts)_
_See code: [src/commands/single.ts](https://github.com/oclif/oclif/blob/v1.12.1/src/commands/single.ts)_
<!-- commandsstop -->

# 🏭 Related Repositories
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oclif",
"description": "oclif: create your own CLI",
"version": "1.12.0",
"version": "1.12.1",
"author": "Jeff Dickey @jdxcode",
"bin": "./bin/run",
"bugs": "https://github.com/oclif/oclif/issues",
Expand Down

0 comments on commit 8b53492

Please sign in to comment.