Skip to content

Commit

Permalink
chore(master): release 1.1.2 (#281)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: dlavrenuek <[email protected]>
  • Loading branch information
github-actions[bot] and dlavrenuek authored Oct 1, 2022
1 parent c097526 commit 2388457
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.2](https://github.com/dlavrenuek/react-debounced/compare/v1.1.1...v1.1.2) (2022-10-01)


### Bug Fixes

* better type, make it node safe ([#280](https://github.com/dlavrenuek/react-debounced/issues/280)) ([9344332](https://github.com/dlavrenuek/react-debounced/commit/9344332c8184f464088fe1eee90417113163ac46))

### [1.1.1](https://www.github.com/dlavrenuek/react-debounced/compare/v1.1.0...v1.1.1) (2022-09-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-debounced",
"version": "1.1.1",
"version": "1.1.2",
"description": "Universal debounce hook for react",
"main": "./dist/cjs/index.js",
"module": "./dist/esm5/index.js",
Expand Down

0 comments on commit 2388457

Please sign in to comment.