diff --git a/CHANGELOG.md b/CHANGELOG.md index e32c811..c191076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.1.1 + +## Bug fixes +- [3a9e2d](https://github.com/jrencz/localdev/commit/3a9e2ddbf414a2434512a041efd98db92613b228) + Fix for a critical bug, where not having `scopes` key in the config made + `link` script fail, reported by [QcRafal](https://github.com/QcRafal) + # 0.1.0 Initial release diff --git a/package.json b/package.json index e7ce373..90496bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "localdev", - "version": "0.1.0", + "version": "0.1.1", "description": "Tool for configuration-driven automated `npm link`", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"