From 82170f975d7bac4dd64fc8138b850be8ede1c50f Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 31 Mar 2022 20:47:15 +0200 Subject: [PATCH] chore(release): 0.8.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c13b3..53cb557 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. +### [0.8.2](https://github.com/unjs/ufo/compare/v0.8.1...v0.8.2) (2022-03-31) + + +### Features + +* withHttp, withHttps, withoutProtocol, withProtocol ([#48](https://github.com/unjs/ufo/issues/48)) ([f8ee0c0](https://github.com/unjs/ufo/commit/f8ee0c0a37f45ef695dd65943a5a20f838993e1e)) + + +### Bug Fixes + +* **encodeQueryItem:** stringify boolean values ([#51](https://github.com/unjs/ufo/issues/51)) ([469dd88](https://github.com/unjs/ufo/commit/469dd884deb3047ae70dce6fcbbf69154ad491b5)) + ### [0.8.1](https://github.com/unjs/ufo/compare/v0.8.0...v0.8.1) (2022-03-16) diff --git a/package.json b/package.json index 33d46eb..f03a84b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ufo", - "version": "0.8.1", + "version": "0.8.2", "description": "URL utils for humans", "repository": "unjs/ufo", "license": "MIT",