diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e4b34f7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ + +# [1.7.0](https://github.com/alfa-laboratory/library-utils/compare/v1.6.0...v1.7.0) (2017-11-29) + + +### Features + +* update deps ([#17](https://github.com/alfa-laboratory/library-utils/issues/17)) ([7af2675](https://github.com/alfa-laboratory/library-utils/commit/7af2675)) + + + diff --git a/package-lock.json b/package-lock.json index 96ddd32..1386ac7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "library-utils", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bfbd3d6..b543142 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "library-utils", - "version": "1.6.0", + "version": "1.7.0", "description": "Utils for component libraries processing and compilation", "repository": { "type": "git",