diff --git a/HISTORY.md b/HISTORY.md index 3069518..1a1c028 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +## 2.2.0 (March 22, 2017) + +- Fixed passing settings to `open()` when only `cmd` option is set (#10) +- Changed behaviour to use an editor settings as defaults when `editor` and `cmd` options are specified +- Added `--pattern` option to CLI + ## 2.1.0 (March 21, 2017) - Added basic support for `emacs` (thanks to @zefirka) diff --git a/package.json b/package.json index d58fad0..4fb7610 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "open-in-editor", "description": "Open file in editor", - "version": "2.1.0", + "version": "2.2.0", "author": "Roman Dvornov ", "license": "MIT", "repository": "lahmatiy/open-in-editor",