Skip to content

Commit

Permalink
chore(release): 4.2.1 [skip ci]
Browse files Browse the repository at this point in the history
<a name="4.2.1"></a>
## [4.2.1](v4.2.0...v4.2.1) (2018-05-02)

### Bug Fixes

* **deps:** use correct relative paths for file: deps ([196be86](196be86)), closes [#152](#152)
  • Loading branch information
semantic-release-bot committed May 2, 2018
1 parent a404a1f commit bce238c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 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.2.1"></a>
## [4.2.1](https://github.com/ianwremmel/clark/compare/v4.2.0...v4.2.1) (2018-05-02)


### Bug Fixes

* **deps:** use correct relative paths for file: deps ([196be86](https://github.com/ianwremmel/clark/commit/196be86)), closes [#152](https://github.com/ianwremmel/clark/issues/152)

<a name="4.2.0"></a>
# [4.2.0](https://github.com/ianwremmel/clark/compare/v4.1.3...v4.2.0) (2018-05-02)

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ ALIASES
$ clark deps:generate
```

_See code: [src/commands/deps/generate.ts](https://github.com/ianwremmel/clark/blob/v4.2.0/src/commands/deps/generate.ts)_
_See code: [src/commands/deps/generate.ts](https://github.com/ianwremmel/clark/blob/v4.2.1/src/commands/deps/generate.ts)_

## `clark exec COMMAND`

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

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

## `clark help [COMMAND]`

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

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

## `clark hoist`

Expand All @@ -179,7 +179,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.2.0/src/commands/hoist.ts)_
_See code: [src/commands/hoist.ts](https://github.com/ianwremmel/clark/blob/v4.2.1/src/commands/hoist.ts)_

## `clark init`

Expand All @@ -194,7 +194,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.2.0/src/commands/init.ts)_
_See code: [src/commands/init.ts](https://github.com/ianwremmel/clark/blob/v4.2.1/src/commands/init.ts)_

## `clark list`

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

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

## `clark run SCRIPT`

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

_See code: [src/commands/run.ts](https://github.com/ianwremmel/clark/blob/v4.2.0/src/commands/run.ts)_
_See code: [src/commands/run.ts](https://github.com/ianwremmel/clark/blob/v4.2.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.2.0",
"version": "4.2.1",
"description": "Monorepo tools",
"bin": {
"clark": "bin/run"
Expand Down

0 comments on commit bce238c

Please sign in to comment.