Skip to content

Commit

Permalink
chore(release): v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 17, 2025
1 parent e78663c commit 4014b85
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.2

[compare changes](https://github.com/unjs/pathe/compare/v2.0.1...v2.0.2)

### 🩹 Fixes

- **format:** Allow calls with partial arguments ([#198](https://github.com/unjs/pathe/pull/198))
- Use `node:path` export types ([#199](https://github.com/unjs/pathe/pull/199))
- **extname:** Handle inputs ending with dot ([#203](https://github.com/unjs/pathe/pull/203))

### 🏡 Chore

- Enable strict typescript compilation ([#200](https://github.com/unjs/pathe/pull/200))
- Update deps ([c284a3d](https://github.com/unjs/pathe/commit/c284a3d))

### ❤️ Contributors

- Zhiyuanzmj ([@zhiyuanzmj](http://github.com/zhiyuanzmj))
- Pooya Parsa ([@pi0](http://github.com/pi0))
- James Garbutt ([@43081j](http://github.com/43081j))

## v2.0.1

[compare changes](https://github.com/unjs/pathe/compare/v2.0.0...v2.0.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pathe",
"version": "2.0.1",
"version": "2.0.2",
"description": "Universal filesystem path utils",
"repository": "unjs/pathe",
"license": "MIT",
Expand Down

0 comments on commit 4014b85

Please sign in to comment.