Skip to content

Commit 1af034b

Browse files
committed
Release v0.1.2
1 parent 6c6ce24 commit 1af034b

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [v0.1.2](https://github.com/EtienneLem/commandz/tree/v0.1.2)
2+
- Capture keydown instead of keypress. [Fixes Chrome shortcut]
3+
14
## [v0.1.1](https://github.com/EtienneLem/commandz/tree/v0.1.1)
25
- Add `CTRL+Z` & `CTRL+SHIFT+Z` keyboard shortcuts
36

commandz.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/assets/javascripts/commandz.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class CommandZ
22

33
constructor: ->
4-
@VERSION = '0.1.1'
4+
@VERSION = '0.1.2'
55

66
this.reset()
77
this.keyboardShortcuts(true)

lib/commandz/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CommandZ
2-
VERSION = '0.1.1'
2+
VERSION = '0.1.2'
33
end

0 commit comments

Comments
 (0)