File tree Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v1.3.0
5
+
6
+ [ compare changes] ( https://github.com/azat-io/todoctor/compare/v1.2.0...v1.3.0 )
7
+
8
+ ### 🚀 Features
9
+
10
+ - Split binaries into multiple packages ([ 706c3c8] ( https://github.com/azat-io/todoctor/commit/706c3c8 ) )
11
+
12
+ ### ❤️ Contributors
13
+
14
+ - Azat S. ([ @azat-io ] ( http://github.com/azat-io ) )
15
+
4
16
## v1.2.0
5
17
6
18
[ compare changes] ( https://github.com/azat-io/todoctor/compare/v1.1.0...v1.2.0 )
Original file line number Diff line number Diff line change 2
2
"name" : " todoctor" ,
3
3
"description" : " CLI tool to analyze and report TODO comments in JavaScript and TypeScript Git repositories" ,
4
4
"type" : " module" ,
5
- "version" : " 1.2 .0" ,
5
+ "version" : " 1.3 .0" ,
6
6
"repository" : " azat-io/todoctor" ,
7
7
"author" :
" Azat S. <[email protected] >" ,
8
8
"license" : " MIT" ,
67
67
" ./dist"
68
68
],
69
69
"optionalDependencies" : {
70
- "@todoctor/darwin-arm64" : " ^1.2 .0" ,
71
- "@todoctor/darwin-x64" : " ^1.2 .0" ,
72
- "@todoctor/linux-arm64" : " ^1.2 .0" ,
73
- "@todoctor/linux-x64" : " ^1.2 .0" ,
74
- "@todoctor/win32-x64" : " ^1.2 .0"
70
+ "@todoctor/darwin-arm64" : " ^1.3 .0" ,
71
+ "@todoctor/darwin-x64" : " ^1.3 .0" ,
72
+ "@todoctor/linux-arm64" : " ^1.3 .0" ,
73
+ "@todoctor/linux-x64" : " ^1.3 .0" ,
74
+ "@todoctor/win32-x64" : " ^1.3 .0"
75
75
},
76
76
"devDependencies" : {
77
77
"@azat-io/eslint-config-typescript" : " ^1.10.0" ,
128
128
"vite-plugin-mock-dev-server" : " ^1.8.0" ,
129
129
"vite-plugin-singlefile" : " ^2.0.2"
130
130
}
131
- }
131
+ }
You can’t perform that action at this time.
0 commit comments