diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f864b2..e889fe19 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. +## v1.5.2 + +[compare changes](https://github.com/unjs/ufo/compare/v1.5.1...v1.5.2) + +### 🩹 Fixes + +- Use lookbehind regex only inside `joinRelativeURL` ([#226](https://github.com/unjs/ufo/pull/226)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.5.1 [compare changes](https://github.com/unjs/ufo/compare/v1.5.0...v1.5.1) diff --git a/package.json b/package.json index 42d843f9..8ca8bbdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ufo", - "version": "1.5.1", + "version": "1.5.2", "description": "URL utils for humans", "repository": "unjs/ufo", "license": "MIT",