Skip to content

Commit

Permalink
chore(release): v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 24, 2023
1 parent ae2469b commit cc617da
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

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

[compare changes](https://github.com/unjs/unenv/compare/v1.4.1...v1.5.0)


### 🚀 Enhancements

- Implement basic `node:async_hooks` ([#98](https://github.com/unjs/unenv/pull/98))
- Use `consola/core` instead of mocking consola ([#93](https://github.com/unjs/unenv/pull/93))
- **http:** Support `IncomingMessage.headersDistinct` and `IncomingMessage.trailersDistinct` ([08e36cc](https://github.com/unjs/unenv/commit/08e36cc))
- **node/crypto:** Implement `randomBytes` ([#100](https://github.com/unjs/unenv/pull/100))
- **http:** Support `ServerResponse.appendHeader` ([c492d45](https://github.com/unjs/unenv/commit/c492d45))

### 🩹 Fixes

- **async_hooks:** Add `snapshot` stub ([1eec581](https://github.com/unjs/unenv/commit/1eec581))

### 🏡 Chore

- Update eslint ([4de6a50](https://github.com/unjs/unenv/commit/4de6a50))
- Fix lint issue ([ae2469b](https://github.com/unjs/unenv/commit/ae2469b))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- BoxenOfDonuts <[email protected]>

## v1.4.1

[compare changes](https://github.com/unjs/unenv/compare/v1.4.0...v1.4.1)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unenv",
"version": "1.4.1",
"version": "1.5.0",
"description": "",
"repository": "unjs/unenv",
"license": "MIT",
Expand Down Expand Up @@ -51,4 +51,4 @@
"unbuild": "^1.2.1"
},
"packageManager": "[email protected]"
}
}

0 comments on commit cc617da

Please sign in to comment.