Skip to content

Commit d5d5b91

Browse files
committed
chore(release): v2.0.0-rc.20
1 parent f28d91f commit d5d5b91

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

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

5+
## v2.0.0-rc.20
6+
7+
[compare changes](https://github.com/unjs/unenv/compare/v2.0.0-rc.19...v2.0.0-rc.20)
8+
9+
### 🩹 Fixes
10+
11+
- **node:** Tty default export for `ReadStream` ([#513](https://github.com/unjs/unenv/pull/513))
12+
13+
### 💅 Refactors
14+
15+
- **node:crypto:** Nullify create(de)Cipher (de)Cipher exports ([#515](https://github.com/unjs/unenv/pull/515))
16+
- **node:util:** Safer type checks ([d6ac405](https://github.com/unjs/unenv/commit/d6ac405))
17+
18+
### 🏡 Chore
19+
20+
- Update tests ([867d2bc](https://github.com/unjs/unenv/commit/867d2bc))
21+
- Fix type issue ([6d95673](https://github.com/unjs/unenv/commit/6d95673))
22+
- Update deps ([f28d91f](https://github.com/unjs/unenv/commit/f28d91f))
23+
24+
### ✅ Tests
25+
26+
- Partially skip workerd dns test ([fea8bdb](https://github.com/unjs/unenv/commit/fea8bdb))
27+
28+
### ❤️ Contributors
29+
30+
- Pooya Parsa ([@pi0](https://github.com/pi0))
31+
- James M Snell ([@jasnell](https://github.com/jasnell))
32+
533
## v2.0.0-rc.19
634

735
[compare changes](https://github.com/unjs/unenv/compare/v2.0.0-rc.18...v2.0.0-rc.19)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unenv",
3-
"version": "2.0.0-rc.19",
3+
"version": "2.0.0-rc.20",
44
"description": "",
55
"repository": "unjs/unenv",
66
"license": "MIT",

0 commit comments

Comments
 (0)