File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { formatWithDprint } from "@zwave-js/fmt";
1818const formatted = formatWithDprint (
1919 " /path/to/repo/root" ,
2020 " /path/to/repo/root/path/to/file.ts" ,
21- " const foo = 1 "
21+ " const foo = 1 " ,
2222);
2323
2424console .log (formatted );
@@ -33,6 +33,10 @@ console.log(formatted);
3333 Placeholder for next release:
3434 ### **WORK IN PROGRESS**
3535-->
36+ ### 1.0.6 (2026-01-27)
37+
38+ - Dependency updates
39+
3640### 1.0.5 (2025-10-22)
3741
3842- Dependency updates
Original file line number Diff line number Diff line change 11{
22 "name" : " @zwave-js/fmt" ,
3- "version" : " 1.0.5 " ,
3+ "version" : " 1.0.6 " ,
44 "description" : " Dprint wrapper to programmatically format source files in memory" ,
55 "publishConfig" : {
66 "access" : " public"
You can’t perform that action at this time.
0 commit comments