From ef12c124fbd04f27b298001fe6ada049ede5df26 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 9 Jan 2025 12:14:43 +0100 Subject: [PATCH] chore(release): v2.0.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f618c..1cbca7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## v2.0.1 + +[compare changes](https://github.com/unjs/pathe/compare/v2.0.0...v2.0.1) + +### 🩹 Fixes + +- Mixed `posix`/`win32` namespaces ([#197](https://github.com/unjs/pathe/pull/197)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v2.0.0 [compare changes](https://github.com/unjs/pathe/compare/v1.1.2...v2.0.0) diff --git a/package.json b/package.json index 9b0b9a4..032f169 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pathe", - "version": "2.0.0", + "version": "2.0.1", "description": "Universal filesystem path utils", "repository": "unjs/pathe", "license": "MIT",