Skip to content

Commit

Permalink
chore(main): release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 23, 2024
1 parent f2a6b00 commit 2e52358
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.1.3](https://github.com/dlavrenuek/react-debounced/compare/v1.1.2...v1.1.3) (2024-07-23)


### Bug Fixes

* **deps:** update dependency @types/node to v20.14.10 ([#336](https://github.com/dlavrenuek/react-debounced/issues/336)) ([65f8401](https://github.com/dlavrenuek/react-debounced/commit/65f84019ac157ea7e19eeb3ae300e05c66341ec5))
* **deps:** update dependency @types/node to v20.14.11 ([#348](https://github.com/dlavrenuek/react-debounced/issues/348)) ([b06f67a](https://github.com/dlavrenuek/react-debounced/commit/b06f67a961ce3d694566e49721121d39583983ea))
* **deps:** update dependency @types/node to v20.14.12 ([#355](https://github.com/dlavrenuek/react-debounced/issues/355)) ([f2a6b00](https://github.com/dlavrenuek/react-debounced/commit/f2a6b0085e39d4d3144b931ac71fdd8e16770a87))
* **deps:** update dependency @types/node to v20.14.9 ([#333](https://github.com/dlavrenuek/react-debounced/issues/333)) ([edce0fa](https://github.com/dlavrenuek/react-debounced/commit/edce0faaf4bd7cf0194315832fcc9bfc8970247c))

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


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.2",
"version": "1.1.3",
"description": "Universal debounce hook for react",
"main": "./dist/cjs/index.js",
"module": "./dist/esm5/index.js",
Expand Down

0 comments on commit 2e52358

Please sign in to comment.