From 27573123da6c36b9837fbc9cb021c3f1e4b1a340 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 20 Mar 2024 12:32:59 +0100 Subject: [PATCH] chore(release): v1.5.3 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e889fe19..58d3630e 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.3 + +[compare changes](https://github.com/unjs/ufo/compare/v1.5.2...v1.5.3) + +### 🩹 Fixes + +- **joinRelativeURL:** Avoid lookbehind regex for browser compatibility ([#228](https://github.com/unjs/ufo/pull/228)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.5.2 [compare changes](https://github.com/unjs/ufo/compare/v1.5.1...v1.5.2) diff --git a/package.json b/package.json index 6ae91832..581d4d8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ufo", - "version": "1.5.2", + "version": "1.5.3", "description": "URL utils for humans", "repository": "unjs/ufo", "license": "MIT",