Skip to content

Commit 4bc720a

Browse files
v2.0.2
1 parent 1065fee commit 4bc720a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ The package will be registered with the registry on a first come first serve bas
8282

8383
Release History
8484
===============
85+
- 2.0.2 - Fixed issue#32 - Error: Cannot find module 'Q' on case sensitive file systems
8586
- 2.0.1 - Fixed an issue with installing dependencies (https://github.com/adaptlearning/adapt-cli/tree/hotfix/has-no-method-install)
8687
- 2.0.0 - version bump to 2.0.0
8788
- 0.0.24 - Pre v2.0.0 release update

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
2.0.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adapt-cli",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Command line tools for Adapt",
55
"main": "./lib/cli.js",
66
"directories": {

0 commit comments

Comments
 (0)