From 3da364260cc6a5da52452fbdc74c3da2a1aaad47 Mon Sep 17 00:00:00 2001 From: sbayw-bot Date: Wed, 15 Nov 2023 22:55:12 +0000 Subject: [PATCH] chore(release): v1.5.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f67dfbb..aca115a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,7 +203,7 @@ dependencies = [ [[package]] name = "donder-release" -version = "1.5.0" +version = "1.5.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 6d5929d..3d32b52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "donder-release" -version = "1.5.0" +version = "1.5.1" authors = ["Bruno Morgado "] description = "Quickly create releases on Github from the command line or CI using conventional commits." license = "MIT" diff --git a/package.json b/package.json index 05affde..3fffc44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "donder-release-cli", - "version": "1.5.0", + "version": "1.5.1", "description": "Quickly create releases on Github from the command line or CI using conventional commits.", "repository": { "type": "git",