Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmathieson committed Mar 9, 2021
1 parent 133fffd commit 8be734c
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.1 / 2021-03-09
==================

* Add CONTRIBUTORS and MIT LICENSE file. (#28)

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

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.2.0",
"version": "1.2.1",
"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.2.0",
"version": "1.2.1",
"repository": "git://github.com/component/debounce",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8be734c

Please sign in to comment.