Skip to content

Commit

Permalink
chore: bump version to 1.1.1 in jsr.json and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arafathusayn committed Jul 8, 2024
1 parent d92f57e commit d00b5c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@tsx/use-detector",
"version": "1.1.0",
"version": "1.1.1",
"exports": "./src/index.ts"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "use-detector",
"description": "`useDetector` React hook allows components to observe changes to a value and triggers re-renders automatically when the value changes.",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"author": {
"name": "Arafat Husayn",
Expand Down

0 comments on commit d00b5c1

Please sign in to comment.