Skip to content

Commit

Permalink
chore(release): v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 15, 2024
1 parent 6cd1fcd commit bd65b41
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@

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

[compare changes](https://github.com/unjs/ufo/compare/v1.4.0...v1.5.0)

### 🚀 Enhancements

- Add `withoutHost` utility ([#212](https://github.com/unjs/ufo/pull/212))
- **joinURL:** Handle segments with `../` ([#217](https://github.com/unjs/ufo/pull/217))
- `joinRelativeURL` ([#220](https://github.com/unjs/ufo/pull/220))

### 🩹 Fixes

- **withoutTrailingSlash:** Consider qurry param ([#219](https://github.com/unjs/ufo/pull/219))

### 💅 Refactors

- **joinURL:** Rewrite with clear syntax and relative `../` support ([#218](https://github.com/unjs/ufo/pull/218))

### 📖 Documentation

- Fix typo ([#213](https://github.com/unjs/ufo/pull/213))

### 🏡 Chore

- **release:** V1.4.0 ([541bc62](https://github.com/unjs/ufo/commit/541bc62))
- Update automd ([3301e51](https://github.com/unjs/ufo/commit/3301e51))
- Fix typo in jsdocs ([3aaf64d](https://github.com/unjs/ufo/commit/3aaf64d))

### ❤️ Contributors

- Thijs Wijnmaalen <thijs@wijnmaalen.name>
- Pooya Parsa ([@pi0](http://github.com/pi0))
- Daniel Roe ([@danielroe](http://github.com/danielroe))
- Diptesh Choudhuri <ignisda2001@gmail.com>
- Fabian B ([@madebyfabian](http://github.com/madebyfabian))

## v1.4.0

[compare changes](https://github.com/unjs/ufo/compare/v1.3.2...v1.4.0)
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": "ufo",
"version": "1.4.0",
"version": "1.5.0",
"description": "URL utils for humans",
"repository": "unjs/ufo",
"license": "MIT",
Expand Down Expand Up @@ -44,4 +44,4 @@
"vitest": "^1.3.1"
},
"packageManager": "pnpm@8.15.4"
}
}

0 comments on commit bd65b41

Please sign in to comment.