Skip to content

Commit b031f76

Browse files
committed
chore(release): v1.0.7
1 parent c901cb6 commit b031f76

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## v1.0.7
5+
6+
[compare changes](https://github.com/unjs/exsolve/compare/v1.0.6...v1.0.7)
7+
8+
### 🩹 Fixes
9+
10+
- Resolve `.` with empty suffix ([#26](https://github.com/unjs/exsolve/pull/26))
11+
12+
### ❤️ Contributors
13+
14+
- Balázs Németh ([@zsilbi](https://github.com/zsilbi))
15+
416
## v1.0.6
517

618
[compare changes](https://github.com/unjs/exsolve/compare/v1.0.5...v1.0.6)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exsolve",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Module resolution utilities based on Node.js upstream implementation.",
55
"repository": "unjs/exsolve",
66
"license": "MIT",

0 commit comments

Comments
 (0)