Skip to content

Commit 2ace93d

Browse files
committed
chore(release): v2.0.0-rc.13
1 parent a25e58d commit 2ace93d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.13
6+
7+
[compare changes](https://github.com/unjs/unenv/compare/v2.0.0-rc.12...v2.0.0-rc.13)
8+
9+
### 🩹 Fixes
10+
11+
- **readline:** Fixed import of `readline/promise` ([#482](https://github.com/unjs/unenv/pull/482))
12+
- **web/performance:** Use consistent performance.now checks ([#481](https://github.com/unjs/unenv/pull/481))
13+
- Validate `globalThis.performance` before reexporting it ([#483](https://github.com/unjs/unenv/pull/483))
14+
15+
### 💅 Refactors
16+
17+
- **web/performance:** Clean ordering ([#479](https://github.com/unjs/unenv/pull/479))
18+
- **node:performance:** Standalone implementation ([#478](https://github.com/unjs/unenv/pull/478))
19+
- **node:events:** Simple top level exports ([#484](https://github.com/unjs/unenv/pull/484))
20+
21+
### ❤️ Contributors
22+
23+
- Pooya Parsa ([@pi0](https://github.com/pi0))
24+
- Mo36924 ([@mo36924](https://github.com/mo36924))
25+
526
## v2.0.0-rc.12
627

728
[compare changes](https://github.com/unjs/unenv/compare/v2.0.0-rc.11...v2.0.0-rc.12)

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.12",
3+
"version": "2.0.0-rc.13",
44
"description": "",
55
"repository": "unjs/unenv",
66
"license": "MIT",

0 commit comments

Comments
 (0)