File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
### Added
12
12
13
13
- [ ** breaking** ] replace ` FileSystem::canonicalize ` with ` FileSystem::read_link ` (#331 )
14
- - faster and stable path hash for the cache (#328 )
15
14
16
15
### Other
17
16
18
17
- guard ` load_alias ` on hot path (#339 )
19
- - use ` as_os_str ` for ` Hash ` and ` PartialEq ` operations (#338 )
20
- - run clippy with ` --all-targets ` (#333 )
21
- - increase hash size (#329 )
22
- - add dprint (#326 )
23
- - update dependencies
24
- - * (deps)* update rust crates
25
- - update README logo
26
18
27
19
## [ 2.1.1] ( https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v2.1.0...oxc_resolver-v2.1.1 ) - 2024-11-22
28
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " oxc-resolver" ,
3
- "version" : " null " ,
3
+ "version" : " 3.0.0 " ,
4
4
"description" : " Oxc Resolver Node API" ,
5
5
"main" : " index.js" ,
6
6
"browser" : " browser.js" ,
You can’t perform that action at this time.
0 commit comments