Skip to content

Commit 804697d

Browse files
committed
v0.1.0 publish attempts
1 parent 592b5d1 commit 804697d

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

.changeset/stupid-areas-end.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
node_modules
22
.DS_Store
33
dist
4-
*.log
4+
*.log
5+
.env*
6+
!.env.local

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @joeyfigaro/use-mutation-redirect
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 9872393: Hello, World. First release for useMutationRedirect; try it, break it, complain it. :heart:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joeyfigaro/use-mutation-redirect",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"private": false,
55
"description": "React hook for tanstack-query for redirecting on mutation result",
66
"author": "Joey Figaro <[email protected]>",

0 commit comments

Comments
 (0)