Skip to content

Commit

Permalink
chore(release): v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 6, 2025
1 parent ae316c9 commit da29b02
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

[compare changes](https://github.com/unjs/h3/compare/v1.14.0...v1.15.0)

### 🚀 Enhancements

- Migrate from `unenv` v1 to `node-mock-http` ([#970](https://github.com/unjs/h3/pull/970))

### 🏡 Chore

- Update branch ([d19ca8a3](https://github.com/unjs/h3/commit/d19ca8a3))
- Bump node-mock-http to v1 ([ae316c9e](https://github.com/unjs/h3/commit/ae316c9e))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.14.0

[compare changes](https://github.com/unjs/h3/compare/v1.13.1...v1.14.0)
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": "h3",
"version": "1.14.0",
"version": "1.15.0",
"description": "Minimal H(TTP) framework built for high performance and portability.",
"repository": "unjs/h3",
"license": "MIT",
Expand Down

0 comments on commit da29b02

Please sign in to comment.