Skip to content

Commit 79df462

Browse files
authored
Merge pull request #7 from stacknide/changeset-release/main
2 parents 66355bf + 591e115 commit 79df462

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/slick-bushes-think.md

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

package/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @knide/pathnorm
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- 2353821: fix: update homepage URL in package.json to include directory path
8+
39
## 1.0.3
410

511
### Patch Changes

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": "1.0.3",
3+
"version": "1.0.4",
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)