Skip to content

Commit

Permalink
Prepare 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Apr 8, 2022
1 parent 1a8a8b2 commit b36d262
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.1.1 (Unreleased)
## 0.1.1 (2022-04-08)

- Bugfix. Return resolved promise when invoking the function.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mergebounce",
"version": "0.1.0",
"version": "0.1.1",
"description": "A debounce implementation that merges passed in objects before finally sending them to the debounced function",
"url": "https://github.com/conversejs/mergebounce",
"main": "mergebounce.js",
Expand Down

0 comments on commit b36d262

Please sign in to comment.