File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 2.0.13] ( https://github.com/prantlf/denolint/compare/v2.0.12...v2.0.13 ) (2023-10-20)
2+
3+
4+ ### Bug Fixes
5+
6+ * Upgrade deno_lint ([ 4e3e524] ( https://github.com/prantlf/denolint/commit/4e3e524e600de1b22212246757f52cb96ac2e263 ) )
7+
8+
9+
110# Changes
211
312## [ 2.0.12] ( https://github.com/prantlf/denolint/compare/v2.0.11...v2.0.12 ) (2023-10-08)
Original file line number Diff line number Diff line change 11[package ]
22name = " denolint"
3- version = " 2.0.12 "
3+ version = " 2.0.13 "
44edition = " 2021"
55
66[dependencies ]
Original file line number Diff line number Diff line change 11{
22 "name" : " denolint" ,
33 "description" : " Deno lint command-line executable for Node.js" ,
4- "version" : " 2.0.12 " ,
4+ "version" : " 2.0.13 " ,
55 "homepage" : " https://github.com/prantlf/denolint#readme" ,
66 "author" : " Ferdinand Prantl <prantlf@gmail.com>" ,
77 "contributors" : [
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ fn main() -> ExitCode {
104104 return ExitCode :: from ( 0 ) ;
105105 }
106106 "-V" | "--version" => {
107- println ! ( "2.0.12 " ) ;
107+ println ! ( "2.0.13 " ) ;
108108 return ExitCode :: from ( 0 ) ;
109109 }
110110 & _ => dirs. push ( arg. clone ( ) ) ,
Original file line number Diff line number Diff line change 1+ ## [ 2.0.13] ( https://github.com/prantlf/denolint/compare/v2.0.12...v2.0.13 ) (2023-10-20)
2+
3+
4+ ### Bug Fixes
5+
6+ * Upgrade deno_lint ([ 4e3e524] ( https://github.com/prantlf/denolint/commit/4e3e524e600de1b22212246757f52cb96ac2e263 ) )
7+
8+
9+
110# Changes
211
312## [ 2.0.12] ( https://github.com/prantlf/denolint/compare/v2.0.11...v2.0.12 ) (2023-10-08)
Original file line number Diff line number Diff line change 11[package ]
22name = " libdenolint"
3- version = " 2.0.12 "
3+ version = " 2.0.13 "
44edition = " 2021"
55
66[lib ]
Original file line number Diff line number Diff line change 11{
22 "name" : " libdenolint" ,
3- "version" : " 2.0.12 " ,
3+ "version" : " 2.0.13 " ,
44 "description" : " Deno lint library binding for Node.js" ,
55 "homepage" : " https://github.com/prantlf/denolint#readme" ,
66 "author" : " Ferdinand Prantl <prantlf@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments