diff --git a/CHANGELOG b/CHANGELOG index d4094514..7652a703 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,10 @@ +v0.24.17 +-------- + +Dependencies + + v0.24.15 - v0.24.16 ------------------- diff --git a/package.json b/package.json index 26538c70..12bb8698 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terminal-kit", - "version": "0.24.16", + "version": "0.24.17", "description": "256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!", "main": "lib/termkit.js", "directories": { @@ -11,8 +11,8 @@ }, "dependencies": { "async-kit": "^2.1.3", - "nextgen-events": "^0.5.22", - "string-kit": "^0.5.8", + "nextgen-events": "^0.5.23", + "string-kit": "^0.5.9", "tree-kit": "^0.5.26" }, "devDependencies": {