Skip to content

Commit bc54444

Browse files
authored
Merge pull request #2 from stacknide/changeset-release/main
2 parents 9c63bbc + fe31e0d commit bc54444

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/public-baboons-tan.md

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

package/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @knide/pathnorm
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- d743d1f: First release

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knide/pathnorm",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Normalize and join path and URL segments. Supports URLs, POSIX paths, Win32 drive letters, UNC, and namespace paths.",
55
"source": "src/index.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)