Skip to content

Commit

Permalink
Merge pull request #50 from Ashish-simpleCoder/changeset-release/main
Browse files Browse the repository at this point in the history
Release use-throttled-hook and bump to minor version
  • Loading branch information
Ashish-simpleCoder authored Jul 12, 2024
2 parents 63fa2a1 + c23c900 commit 9e80949
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .changeset/shaggy-lamps-fold.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# classic-react-hooks

## 1.1.0

### Minor Changes

- 0da1450: Fix doc issue and add new hook called use-throttled-hook

- [279903f] docs: fix link typo of use-debounced-fn text
- [def0a44] docs: docs: add doc for use-throttled-fn hook
- [86bcb01] test: add test cases for use-throttled-fn hook
- [5a4f1d8] feat: add use-throttled-fn hook
- [75d88f4] style: update prettierignore config

## 1.0.0

### Major Changes
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": "classic-react-hooks",
"version": "1.0.0",
"version": "1.1.0",
"description": "A great collection of React utility hooks",
"keywords": [
"classic-react-hooks",
Expand Down

0 comments on commit 9e80949

Please sign in to comment.