diff --git a/CHANGELOG.md b/CHANGELOG.md index e820dcd..2223d49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +##  [v2.2.2](http://mancy-re.pl) (Feb 27, 2016) + +- Upgrade typescript -> 1.8.2 & electron -> 0.36.9 +- Run time option support +``` +-s | --script Script file to load +-m | --mode REPL mode (applicable only for JS). + (Allowed values: 'magic', 'sloppy' or 'strict') +-e | --editor REPL or Notebook(experimental) mode + (Allowed values: 'repl', or 'notebook') +-t | --theme Editor theme. + (Allowed values: 'dark', or 'white') +-l | --lang Scripting language. (Allowed values: 'js', 'javascript', 'ts', + 'typescript', 'ls', 'livescript', 'coffee', 'coffeescript', 'babel') +``` + +and bug fixes. + + ##  [v2.2.1](http://mancy-re.pl) (Feb 07, 2016) - Upgrade typescript -> 1.7.5 & electron -> 0.36.7 diff --git a/package.json b/package.json index c0f9190..0e665c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mancy", "private": true, - "version": "2.2.1", + "version": "2.2.2", "description": "A GUI REPL for Javascript & moreā€¦", "main": "main/index.js", "scripts": {