We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c901cb6 commit b031f76Copy full SHA for b031f76
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
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
16
## v1.0.6
17
18
[compare changes](https://github.com/unjs/exsolve/compare/v1.0.5...v1.0.6)
package.json
@@ -1,6 +1,6 @@
{
"name": "exsolve",
- "version": "1.0.6",
+ "version": "1.0.7",
"description": "Module resolution utilities based on Node.js upstream implementation.",
"repository": "unjs/exsolve",
"license": "MIT",
0 commit comments