Skip to content

Commit

Permalink
chore(release): v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 3, 2023
1 parent 29fd478 commit 8f36c4f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,32 @@

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.2

[compare changes](https://github.com/unjs/ufo/compare/v1.1.1...v1.1.2)


### 🩹 Fixes

- Provide node16 style types field ([#133](https://github.com/unjs/ufo/pull/133))

### 📖 Documentation

- Add jsdocs for parse utils ([#134](https://github.com/unjs/ufo/pull/134))
- Add `stringifyParsedURL` ([81e92b2](https://github.com/unjs/ufo/commit/81e92b2))

### 🏡 Chore

- **readme:** Improvements ([e38bdf6](https://github.com/unjs/ufo/commit/e38bdf6))
- Update lockfile ([29fd478](https://github.com/unjs/ufo/commit/29fd478))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Nozomu Ikuta
- Sébastien Chopin <seb@nuxtjs.com>
- Daniel Roe <daniel@roe.dev>

## v1.1.1

[compare changes](https://github.com/unjs/ufo/compare/v1.1.0...v1.1.1)
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ufo",
"version": "1.1.1",
"version": "1.1.2",
"description": "URL utils for humans",
"repository": "unjs/ufo",
"license": "MIT",
Expand Down Expand Up @@ -40,4 +40,4 @@
"vitest": "^0.31.0"
},
"packageManager": "pnpm@8.4.0"
}
}

0 comments on commit 8f36c4f

Please sign in to comment.