Skip to content

Commit

Permalink
chore(release): v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 7, 2023
1 parent 982ae0f commit f4cba4e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

[compare changes](https://github.com/unjs/unenv/compare/v1.6.1...v1.6.2)

### 🩹 Fixes

- Add `async_hooks` to nodeless preset ([dee2ddd](https://github.com/unjs/unenv/commit/dee2ddd))
- **node:** Add named exports for `AsyncLocalStorage` and `AsyncResource` ([388f529](https://github.com/unjs/unenv/commit/388f529))

### 🏡 Chore

- Update dependencies ([8baea05](https://github.com/unjs/unenv/commit/8baea05))
- Apply automated lint fixes ([982ae0f](https://github.com/unjs/unenv/commit/982ae0f))

### ❤️ Contributors

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

## v1.6.1

[compare changes](https://github.com/unjs/unenv/compare/v1.6.0...v1.6.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.6.1",
"version": "1.6.2",
"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 f4cba4e

Please sign in to comment.