⬆️ 1.17.0

This commit is contained in:
Edvin Hultberg 2017-07-29 17:49:40 +02:00
parent 3283b72394
commit 8590f5a678
No known key found for this signature in database
GPG key ID: 44865C8A6EA03BD9
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
## 0.17.0 (Unreleased) ## 0.17.0
* Add support for Atom 1.19 ([#185](https://github.com/lloeki/ex-mode/pull/185)) * Add support for Atom 1.19 ([#185](https://github.com/lloeki/ex-mode/pull/185))
* Added support for canceling ex-mode with Ctrl-C ([#186](https://github.com/lloeki/ex-mode/pull/186)) * Added support for canceling ex-mode with Ctrl-C ([#186](https://github.com/lloeki/ex-mode/pull/186))

View file

@ -1,7 +1,7 @@
{ {
"name": "ex-mode", "name": "ex-mode",
"main": "./lib/ex-mode", "main": "./lib/ex-mode",
"version": "0.16.0", "version": "0.17.0",
"description": "Ex for Atom's vim-mode", "description": "Ex for Atom's vim-mode",
"activationCommands": { "activationCommands": {
"atom-workspace": "ex-mode:open" "atom-workspace": "ex-mode:open"