From 1d21667aa338ad75a2e1ef02735a0403900d2911 Mon Sep 17 00:00:00 2001 From: Alan Chen Date: Wed, 27 Sep 2023 21:11:25 +0000 Subject: [PATCH] chore: 6.0.1 bump for doc update (#265) To publish doc update, bump to 6.0.1 for cargo --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81c3dce7..f7b49283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog +## [6.0.1] - 2023-09-27 +- doc update ## [6.0.0] - 2023-09-27 diff --git a/Cargo.toml b/Cargo.toml index 00849df7..f4b82eac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-bindgen" -version = "6.0.0" +version = "6.0.1" authors = ["Fluvio Contributors "] edition = "2021" description = "easy way to write nodejs module using rust"