Merge branch 'prepare-release'

This commit is contained in:
Brian Vanderbusch 2016-06-17 18:10:08 -05:00
commit 40f73ee7a7
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
## 0.9.0
* Added support for yank commands, ex `:1,10y` (@posgarou)
* Added contributor guidelines, including a pull request template
* Added ability to control splitting with `splitright`, and `splitbelow` (@dragonxwang)
### Fixes
* delete commands now add text to clipboard, ex `:1,4d`
## 0.8.0
* Don't allow :s delimiters not allowed by vim (@jacwah)
* Backspace over empty `:` now cancels ex-mode (@shamrin)

View file

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