diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 34cf274..d126ec2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,16 @@ # @yarks/core +## 1.1.1 (2019-08-03) + +### Bug Fixes + +- **core:** include dist directory in published files + ([eba7375](https://github.com/meatwallace/yarks/commit/eba7375)) +- **git:** remove hardcoded ref from push function + ([8ce86d4](https://github.com/meatwallace/yarks/commit/8ce86d4)) +- **tags:** use next release's tag as ref when pushing + ([ac891c7](https://github.com/meatwallace/yarks/commit/ac891c7)) + # 1.1.0 (2019-08-03) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index cd89cd4..a6a818f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@yarks/core", - "version": "1.1.0", + "version": "1.1.1", "description": "core API for yarks, a yarn workspaces task runner", "author": "Geoff Whatley (https://geoffwhatley.com/)", "license": "MIT",