diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index d3b8b3e..533d67a 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @yarks/cli +## 1.1.3 (2019-08-03) + +### Dependencies + +- **@yarks/core:** upgraded to 1.1.1 + ## 1.1.2 (2019-08-03) This release contains an erroneous reference to `@yarks/core` that will be diff --git a/packages/cli/package.json b/packages/cli/package.json index 7837697..074d76f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@yarks/cli", - "version": "1.1.2", + "version": "1.1.3", "description": "CLI for yarks, a yarn workspaces task runner", "author": "Geoff Whatley (https://geoffwhatley.com/)", "license": "MIT",