File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22
33---
44
5+ ## [ 2.0.4] 2025-01-17
6+
7+ ### Changed
8+
9+ - Previously published version updated default runtimes without doing so as a breaking change; reverted to previous preferred order
10+
11+ ---
12+
513## [ 2.0.3] 2024-12-03
614
715### Added
Original file line number Diff line number Diff line change 33// Runtimes still being tested out can be added, just not at runtimes[runtime][0]
44let runtimes = {
55 node : [
6- 'nodejs22.x' ,
76 'nodejs20.x' ,
7+ 'nodejs22.x' ,
88 'nodejs18.x' ,
99 ] ,
1010 python : [
11- 'python3.13' ,
1211 'python3.12' ,
12+ 'python3.13' ,
1313 'python3.11' ,
1414 'python3.10' ,
1515 'python3.9' ,
@@ -21,8 +21,8 @@ let runtimes = {
2121 'java8.al2' ,
2222 ] ,
2323 dotnet : [
24- 'dotnet8' ,
2524 'dotnet6' ,
25+ 'dotnet8' ,
2626 ] ,
2727 ruby : [
2828 'ruby3.3' ,
You can’t perform that action at this time.
0 commit comments