Skip to content

Commit

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

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

[compare changes](https://github.com/unjs/unenv/compare/v1.5.2...v1.6.0)

### 🚀 Enhancements

- **node:** Export full node crypto exports ([#121](https://github.com/unjs/unenv/pull/121))

### 🩹 Fixes

- **node:** Preserve http number header type with `setHeader` ([#119](https://github.com/unjs/unenv/pull/119))
- **node:** Add missing `compose` to stream classes ([5687712](https://github.com/unjs/unenv/commit/5687712))
- **node:** Import `EventEmitter` from local path ([ecd741a](https://github.com/unjs/unenv/commit/ecd741a))

### 🏡 Chore

- **release:** V1.5.2 ([4bfe1d5](https://github.com/unjs/unenv/commit/4bfe1d5))
- Update dev dependencies ([43ceb09](https://github.com/unjs/unenv/commit/43ceb09))

### 🤖 CI

- Use conventional commit for autofix action ([#120](https://github.com/unjs/unenv/pull/120))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Heb ([@Hebilicious](http://github.com/Hebilicious))
- Daniel Roe <daniel@roe.dev>

## v1.5.2

[compare changes](https://github.com/unjs/unenv/compare/v1.5.1...v1.5.2)
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.5.2",
"version": "1.6.0",
"description": "",
"repository": "unjs/unenv",
"license": "MIT",
Expand Down Expand Up @@ -51,4 +51,4 @@
"unbuild": "^1.2.1"
},
"packageManager": "pnpm@8.6.11"
}
}

0 comments on commit e7b93cb

Please sign in to comment.