diff --git a/README.md b/README.md index 7a72026..a647990 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ The package will be renamed if the authenticated user is a collaborator on the e Release History =============== +- 2.0.6 - Dependencies updated, registry now targeted consistently, fixed issue #49, CI target set to all Node LTS versions - 2.0.5 - Added rename and unregister commands and corrected some typos - 2.0.4 - Corrected version numbers - 2.0.3 - Fixed issue#53 - npm dependency is git url diff --git a/VERSION b/VERSION index e010258..157e54f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/package.json b/package.json index 1c47ab5..42da4ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adapt-cli", - "version": "2.0.5", + "version": "2.0.6", "description": "Command line tools for Adapt", "main": "./lib/cli.js", "directories": {