Skip to content

Commit ef12c12

Browse files
committed
chore(release): v2.0.1
1 parent a48a600 commit ef12c12

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v2.0.1
6+
7+
[compare changes](https://github.com/unjs/pathe/compare/v2.0.0...v2.0.1)
8+
9+
### 🩹 Fixes
10+
11+
- Mixed `posix`/`win32` namespaces ([#197](https://github.com/unjs/pathe/pull/197))
12+
13+
### ❤️ Contributors
14+
15+
- Pooya Parsa ([@pi0](http://github.com/pi0))
16+
517
## v2.0.0
618

719
[compare changes](https://github.com/unjs/pathe/compare/v1.1.2...v2.0.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pathe",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Universal filesystem path utils",
55
"repository": "unjs/pathe",
66
"license": "MIT",

0 commit comments

Comments
 (0)