diff --git a/CHANGELOG.md b/CHANGELOG.md index da7ab8e0..7955132b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [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) + # [4.2.0](https://github.com/ianwremmel/clark/compare/v4.1.3...v4.2.0) (2018-05-02) diff --git a/README.md b/README.md index 43465d49..666a660b 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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]` @@ -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` @@ -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` @@ -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` @@ -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` @@ -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)_ ## Maintainer diff --git a/package.json b/package.json index 5f046a68..c5cc27df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ianwremmel/clark", - "version": "4.2.0", + "version": "4.2.1", "description": "Monorepo tools", "bin": { "clark": "bin/run"