Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmathieson committed Aug 14, 2018
1 parent cceb38c commit f4afbd3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

1.2.0 / 2018-08-14
==================

* Added a .debounce member to debounce (#21)

1.1.0 / 2017-10-30
==================

Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "debounce",
"repo": "component/debounce",
"description": "Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked",
"version": "1.1.0",
"version": "1.2.0",
"main": "index.js",
"scripts": [
"index.js"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "debounce",
"description": "Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked",
"version": "1.1.0",
"version": "1.2.0",
"repository": "git:https://github.com/component/debounce",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f4afbd3

Please sign in to comment.