Skip to content

Commit

Permalink
Test publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuvssut committed Dec 16, 2024
1 parent f8d3ab7 commit f371ad5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/five-hornets-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@knide/fs-prober": patch
---

v0.0.3
2 changes: 1 addition & 1 deletion package/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const addNum = (a: number, b: number) => {
export const addNumber = (a: number, b: number) => {
return a + b
}

0 comments on commit f371ad5

Please sign in to comment.