Skip to content

Commit 598bb54

Browse files
committed
chore(release): v2.0.0
1 parent 2eaceba commit 598bb54

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,50 @@
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
6+
7+
[compare changes](https://github.com/unjs/untyped/compare/v1.5.2...v2.0.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Add `cwd` option to LoaderOptions ([#162](https://github.com/unjs/untyped/pull/162))
12+
13+
### 🩹 Fixes
14+
15+
- Put untyped plugin to first to avoid losing returnType. ([#160](https://github.com/unjs/untyped/pull/160))
16+
17+
### 💅 Refactors
18+
19+
- ⚠️ Remove `untyped/transform` and `@babel/standalone` dep ([#163](https://github.com/unjs/untyped/pull/163))
20+
21+
### 📦 Build
22+
23+
- Remove type-only `@babel/core` dependency ([e395ad3](https://github.com/unjs/untyped/commit/e395ad3))
24+
- ⚠️ Esm-only dist ([8cb5002](https://github.com/unjs/untyped/commit/8cb5002))
25+
- Bundle `@babel/types` ([2eaceba](https://github.com/unjs/untyped/commit/2eaceba))
26+
27+
### 🏡 Chore
28+
29+
- Update deps ([3b6a311](https://github.com/unjs/untyped/commit/3b6a311))
30+
- Update ci ([d514815](https://github.com/unjs/untyped/commit/d514815))
31+
- Update lockfile ([9b046de](https://github.com/unjs/untyped/commit/9b046de))
32+
- Update web demo ([30870b3](https://github.com/unjs/untyped/commit/30870b3))
33+
- Apply automated updates ([5bbaac0](https://github.com/unjs/untyped/commit/5bbaac0))
34+
35+
### 🤖 CI
36+
37+
- Update to node 22 ([ba4bea8](https://github.com/unjs/untyped/commit/ba4bea8))
38+
39+
#### ⚠️ Breaking Changes
40+
41+
- ⚠️ Remove `untyped/transform` and `@babel/standalone` dep ([#163](https://github.com/unjs/untyped/pull/163))
42+
- ⚠️ Esm-only dist ([8cb5002](https://github.com/unjs/untyped/commit/8cb5002))
43+
44+
### ❤️ Contributors
45+
46+
- Pooya Parsa ([@pi0](https://github.com/pi0))
47+
- Kricsleo ([@kricsleo](https://github.com/kricsleo))
48+
549
## v1.5.2
650

751
[compare changes](https://github.com/unjs/untyped/compare/v1.5.1...v1.5.2)

package.json

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

0 commit comments

Comments
 (0)