Skip to content

Commit

Permalink
chore(release): 4.1.1 [skip ci]
Browse files Browse the repository at this point in the history
<a name="4.1.1"></a>
## [4.1.1](v4.1.0...v4.1.1) (2018-04-24)

### Bug Fixes

* **run:** inject -- only when appropriate ([036cba7](036cba7)), closes [#120](#120)
  • Loading branch information
semantic-release-bot committed Apr 24, 2018
1 parent adaf0b9 commit f2dcd13
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="4.1.1"></a>
## [4.1.1](https://github.com/ianwremmel/clark/compare/v4.1.0...v4.1.1) (2018-04-24)


### Bug Fixes

* **run:** inject -- only when appropriate ([036cba7](https://github.com/ianwremmel/clark/commit/036cba7)), closes [#120](https://github.com/ianwremmel/clark/issues/120)

<a name="4.1.0"></a>
# [4.1.0](https://github.com/ianwremmel/clark/compare/v4.0.1...v4.1.0) (2018-04-21)

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ OPTIONS
--package-name=package-name alias of --packageName
```

_See code: [src/commands/exec.ts](https://github.com/ianwremmel/clark/blob/v4.1.0/src/commands/exec.ts)_
_See code: [src/commands/exec.ts](https://github.com/ianwremmel/clark/blob/v4.1.1/src/commands/exec.ts)_

## `clark help [COMMAND]`

Expand All @@ -131,7 +131,7 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v1.2.4/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v1.2.5/src/commands/help.ts)_

## `clark hoist`

Expand All @@ -156,7 +156,7 @@ OPTIONS
--risky Indicates if clark should attempt to reconcile semver mismatches.
```

_See code: [src/commands/hoist.ts](https://github.com/ianwremmel/clark/blob/v4.1.0/src/commands/hoist.ts)_
_See code: [src/commands/hoist.ts](https://github.com/ianwremmel/clark/blob/v4.1.1/src/commands/hoist.ts)_

## `clark init`

Expand All @@ -171,7 +171,7 @@ OPTIONS
-s, --script=script Identifies a script to add to the config file
```

_See code: [src/commands/init.ts](https://github.com/ianwremmel/clark/blob/v4.1.0/src/commands/init.ts)_
_See code: [src/commands/init.ts](https://github.com/ianwremmel/clark/blob/v4.1.1/src/commands/init.ts)_

## `clark list`

Expand All @@ -182,7 +182,7 @@ USAGE
$ clark list
```

_See code: [src/commands/list.ts](https://github.com/ianwremmel/clark/blob/v4.1.0/src/commands/list.ts)_
_See code: [src/commands/list.ts](https://github.com/ianwremmel/clark/blob/v4.1.1/src/commands/list.ts)_

## `clark run SCRIPT`

Expand All @@ -201,7 +201,7 @@ OPTIONS
--package-name=package-name alias of --packageName
```

_See code: [src/commands/run.ts](https://github.com/ianwremmel/clark/blob/v4.1.0/src/commands/run.ts)_
_See code: [src/commands/run.ts](https://github.com/ianwremmel/clark/blob/v4.1.1/src/commands/run.ts)_
<!-- commandsstop -->

## Maintainer
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ianwremmel/clark",
"version": "4.1.0",
"version": "4.1.1",
"description": "Monorepo tools",
"bin": {
"clark": "bin/run"
Expand Down

0 comments on commit f2dcd13

Please sign in to comment.