From 1662f216b04486e085d7ea052e6192353af76a5f Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 29 Aug 2024 13:37:45 +0000
Subject: [PATCH] chore: release

---
 Cargo.lock                 | 2 +-
 tokio-console/CHANGELOG.md | 8 ++++++++
 tokio-console/Cargo.toml   | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index d4c98d485..e5f204d51 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1850,7 +1850,7 @@ dependencies = [
 
 [[package]]
 name = "tokio-console"
-version = "0.1.12"
+version = "0.1.13"
 dependencies = [
  "clap",
  "clap_complete",
diff --git a/tokio-console/CHANGELOG.md b/tokio-console/CHANGELOG.md
index cd8f9b241..aaf738810 100644
--- a/tokio-console/CHANGELOG.md
+++ b/tokio-console/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## 0.1.13 - (2024-08-29)
+
+
+### Fixed
+
+- Correct the grammar issue ([#579](https://github.com/tokio-rs/console/pull/579)) ([f8e1bee](https://github.com/tokio-rs/console/commit/f8e1bee760358f702ca8359ec3de6cb39649fe60))
+
+
 ## 0.1.12 - (2024-07-29)
 
 ### Fixed
diff --git a/tokio-console/Cargo.toml b/tokio-console/Cargo.toml
index e14c35481..4bfcdd5a2 100644
--- a/tokio-console/Cargo.toml
+++ b/tokio-console/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "tokio-console"
-version = "0.1.12"
+version = "0.1.13"
 license = "MIT"
 repository = "https://github.com/tokio-rs/console"
 edition = "2021"