Skip to content

Commit

Permalink
chore(release): v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 22, 2023
1 parent f8f8f46 commit 964af36
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

[compare changes](https://github.com/unjs/unenv/compare/v1.7.1...v1.7.2)

### 🩹 Fixes

- **node:fs:** Default export for `node:fs/promises` ([37fd173](https://github.com/unjs/unenv/commit/37fd173))
- **node:crypto:** Bind crypto functions to avoid `Illegal invocation` error ([#134](https://github.com/unjs/unenv/pull/134))
- **node:fs:** Add mock for `openAsBlob` ([16f6150](https://github.com/unjs/unenv/commit/16f6150))
- **node:stream:** Support `asyncDispose` for readable ([f8f8f46](https://github.com/unjs/unenv/commit/f8f8f46))

### 🏡 Chore

- Update dependencies ([7731f08](https://github.com/unjs/unenv/commit/7731f08))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Brendon Matos <brendonferreiradm@gmail.com>

## v1.7.1

[compare changes](https://github.com/unjs/unenv/compare/v1.7.0...v1.7.1)
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": "unenv",
"version": "1.7.1",
"version": "1.7.2",
"description": "",
"repository": "unjs/unenv",
"license": "MIT",
Expand Down

0 comments on commit 964af36

Please sign in to comment.