diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md new file mode 100644 index 0000000..53af66e --- /dev/null +++ b/packages/core/CHANGELOG.md @@ -0,0 +1,16 @@ +# @yarks/core + +# 1.0.0 (2019-08-01) + +### Bug Fixes + +- **publish:** remove trailing slash from hardcoded registry url + ([d3a3d4e](https://github.com/meatwallace/yarks/commit/d3a3d4e)), closes + [#46](https://github.com/meatwallace/yarks/issues/46) + +### Features + +- **packages:** split core api and cli into seperate workspaces + ([e28146b](https://github.com/meatwallace/yarks/commit/e28146b)), closes + [#14](https://github.com/meatwallace/yarks/issues/14) + [#2](https://github.com/meatwallace/yarks/issues/2) diff --git a/packages/core/package.json b/packages/core/package.json index 8aca95d..e635053 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@yarks/core", - "version": "1.0.0-development", + "version": "1.0.0", "description": "core API for yarks, a yarn workspaces task runner", "author": "Geoff Whatley (https://geoffwhatley.com/)", "license": "MIT",