Skip to content

Commit a51cbfc

Browse files
committed
chore(release): publish both 2.0.13
1 parent 4e3e524 commit a51cbfc

7 files changed

Lines changed: 23 additions & 5 deletions

File tree

packages/denolint/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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)

packages/denolint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "denolint"
3-
version = "2.0.12"
3+
version = "2.0.13"
44
edition = "2021"
55

66
[dependencies]

packages/denolint/package.json

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

packages/denolint/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()),

packages/libdenolint/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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)

packages/libdenolint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libdenolint"
3-
version = "2.0.12"
3+
version = "2.0.13"
44
edition = "2021"
55

66
[lib]

packages/libdenolint/package.json

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

0 commit comments

Comments
 (0)