Skip to content

Commit f993454

Browse files
committed
chore(release): v2.0.0-rc.19
1 parent 4d8a6b7 commit f993454

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.19
6+
7+
[compare changes](https://github.com/unjs/unenv/compare/v2.0.0-rc.18...v2.0.0-rc.19)
8+
9+
### 🚀 Enhancements
10+
11+
- Polyfill to enable node sourcemaps ([#511](https://github.com/unjs/unenv/pull/511))
12+
13+
### 🩹 Fixes
14+
15+
- Conditionally call `getSourceMapsSupport` ([4d8a6b7](https://github.com/unjs/unenv/commit/4d8a6b7))
16+
17+
### ❤️ Contributors
18+
19+
- Pooya Parsa ([@pi0](https://github.com/pi0))
20+
521
## v2.0.0-rc.18
622

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

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

0 commit comments

Comments
 (0)