Skip to content

Commit

Permalink
chore(release): v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 10, 2024
1 parent faa2b11 commit 2c8472b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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.

## v1.1.2

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

### 🩹 Fixes

- Trim root folder `/` when calculating relative paths ([#142](https://github.com/unjs/pathe/pull/142))
- Check `process.cwd` before calling it ([#147](https://github.com/unjs/pathe/pull/147))
- Uppercase windows drive letters ([#151](https://github.com/unjs/pathe/pull/151))
- **resolveAlias:** Handle aliases ending with trailing slash ([#155](https://github.com/unjs/pathe/pull/155))
- **relative:** Handle different windows drive letters ([#158](https://github.com/unjs/pathe/pull/158))

### 🏡 Chore

- Update lockfile ([b310408](https://github.com/unjs/pathe/commit/b310408))
- Use changelogen for release ([dffa918](https://github.com/unjs/pathe/commit/dffa918))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Julien Huang ([@huang-julien](http://github.com/huang-julien))
- Daniel Roe <daniel@roe.dev>
- Kræn Hansen ([@kraenhansen](http://github.com/kraenhansen))
- Lsh

### [1.1.1](https://github.com/unjs/pathe/compare/v1.1.0...v1.1.1) (2023-06-01)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pathe",
"version": "1.1.1",
"version": "1.1.2",
"description": "Universal filesystem path utils",
"repository": "unjs/pathe",
"license": "MIT",
Expand Down Expand Up @@ -46,4 +46,4 @@
"vitest": "^1.1.3"
},
"packageManager": "pnpm@8.14.0"
}
}

0 comments on commit 2c8472b

Please sign in to comment.