From a30a3ed7a58317dc7e1217985a6be3bcfa491cfb Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 17 Feb 2023 00:01:24 +0100 Subject: [PATCH] chore(release): v1.1.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b393aa96..e8934b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,38 @@ 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.0 + +[compare changes](https://github.com/unjs/ufo/compare/v1.0.1...v1.1.0) + + +### 🚀 Enhancements + + - **hasProtocol:** Strict mode support ([#124](https://github.com/unjs/ufo/pull/124)) + - Stringify query values ([#123](https://github.com/unjs/ufo/pull/123)) + +### 🩹 Fixes + + - **parseHost:** Correctly parse hostnames with and without port ([#120](https://github.com/unjs/ufo/pull/120)) + - Port should be string ([75a280c](https://github.com/unjs/ufo/commit/75a280c)) + - Encode `[]` and `{}` in query values to increase compatibility ([#118](https://github.com/unjs/ufo/pull/118)) + - **hasProtocol:** Accept backslash too ([#122](https://github.com/unjs/ufo/pull/122)) + +### 🏡 Chore + + - Lint ([09ea077](https://github.com/unjs/ufo/commit/09ea077)) + - Use changelogen for release ([74626fb](https://github.com/unjs/ufo/commit/74626fb)) + +### 🎨 Styles + + - Lint with prettier ([80cd389](https://github.com/unjs/ufo/commit/80cd389)) + +### ❤️ Contributors + +- Pooya Parsa +- Divine +- Smeng9 + ### [1.0.1](https://github.com/unjs/ufo/compare/v1.0.0...v1.0.1) (2022-11-29) diff --git a/package.json b/package.json index d3f20eb8..d8002800 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ufo", - "version": "1.0.1", + "version": "1.1.0", "description": "URL utils for humans", "repository": "unjs/ufo", "license": "MIT",