diff --git a/HISTORY.md b/HISTORY.md index bd7eb1b..81ec74f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## 1.11.0 (September 5, 2017) + +- Bumped deps + - `basisjs-tools-ast` to `^1.6.0` + - `basisjs-tools-build` to `^1.11.0` + - `clap` to `~1.2.0` + ## 1.10.2 (November 7, 2016) - Added command details in debug mode to investigate problems with `getBundle` and `getAppProfile` diff --git a/package.json b/package.json index e0225b8..e90f0ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "basisjs-tools", "title": "Basis.js developer tools", - "version": "1.10.2", + "version": "1.11.0", "homepage": "https://github.com/basisjs/basisjs-tools", "description": "Developer tools for basis.js framework", "author": "Roman Dvornov ", @@ -21,10 +21,10 @@ }, "dependencies": { "basisjs-tools-config": "^1.1.0", - "basisjs-tools-ast": "^1.1.0", - "basisjs-tools-build": "^1.4.0", + "basisjs-tools-ast": "^1.6.0", + "basisjs-tools-build": "^1.11.0", "basisjs-tools-server": "basisjs/basisjs-tools-server", - "clap": "~1.1.1", + "clap": "~1.2.0", "update-notifier": "0.6.3", "chalk": "~1.1.3", "win-spawn": "2.0.0",