Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 9, 2020
1 parent 34afd1e commit 5c4c005
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https://github.com/nuxt-contrib/ufo/compare/v0.0.3...v0.1.0) (2020-12-09)


### ⚠ BREAKING CHANGES

* preserve relative urls without leading slash

### Features

* add `cleanDoubleSlashes` ([#2](https://github.com/nuxt-contrib/ufo/issues/2)) ([cbb72de](https://github.com/nuxt-contrib/ufo/commit/cbb72de41abf1afd01f7234ba0084efbf0adf80a))
* preserve relative urls without leading slash ([34afd1e](https://github.com/nuxt-contrib/ufo/commit/34afd1eebf0afbd4f0c692e17e2392c0152ebf73))

### [0.0.3](https://github.com/nuxt-contrib/ufo/compare/v0.0.2...v0.0.3) (2020-12-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/ufo",
"version": "0.0.3",
"version": "0.1.0",
"description": "URL utils for humans",
"repository": "nuxt-contrib/ufo",
"license": "MIT",
Expand Down

0 comments on commit 5c4c005

Please sign in to comment.