Skip to content

Commit 2b083ec

Browse files
committed
chore: release v1.0.6
- Dependency updates
1 parent a299310 commit 2b083ec

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { formatWithDprint } from "@zwave-js/fmt";
1818
const 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

2424
console.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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)