File tree Expand file tree Collapse file tree 2 files changed +45
-1
lines changed Expand file tree Collapse file tree 2 files changed +45
-1
lines changed Original file line number Diff line number Diff line change 22
33All 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 )
Original file line number Diff line number Diff line change 11{
22 "name" : " untyped" ,
3- "version" : " 1.5.2 " ,
3+ "version" : " 2.0.0 " ,
44 "description" : " " ,
55 "repository" : " unjs/untyped" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments