diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bf7ada..334f338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 5bca120..0f7e102 100644 --- a/package.json +++ b/package.json @@ -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"