From ce6df366833db1719813d2822e394f8ab800a551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 30 Sep 2023 17:03:47 +0300 Subject: [PATCH] chore(release): prepare for v1.3.1 --- CHANGELOG.md | 2 +- Cargo.lock | 4 ++-- git-cliff-core/Cargo.toml | 2 +- git-cliff/Cargo.toml | 4 ++-- npm/git-cliff/package.json | 14 +++++++------- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e67597da03..1f2fce8cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [1.3.1-rc.0](https://github.com/orhun/git-cliff/compare/v1.3.0..v1.3.1-rc.0) - 2023-09-30 +## [1.3.1](https://github.com/orhun/git-cliff/compare/v1.3.0..v1.3.1) - 2023-09-30 ### ⛰️ Features diff --git a/Cargo.lock b/Cargo.lock index 0c1a9c4df3..65c2667116 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,7 +577,7 @@ checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" [[package]] name = "git-cliff" -version = "1.3.1-rc.0" +version = "1.3.1" dependencies = [ "clap", "clap_complete", @@ -595,7 +595,7 @@ dependencies = [ [[package]] name = "git-cliff-core" -version = "1.3.1-rc.0" +version = "1.3.1" dependencies = [ "config", "git-conventional", diff --git a/git-cliff-core/Cargo.toml b/git-cliff-core/Cargo.toml index d9c3547d56..fbcfbb2364 100644 --- a/git-cliff-core/Cargo.toml +++ b/git-cliff-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-cliff-core" -version = "1.3.1-rc.0" # managed by release.sh +version = "1.3.1" # managed by release.sh description = "Core library of git-cliff" authors = ["git-cliff contributors "] license = "MIT OR Apache-2.0" diff --git a/git-cliff/Cargo.toml b/git-cliff/Cargo.toml index b6c31bb162..b962780429 100644 --- a/git-cliff/Cargo.toml +++ b/git-cliff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-cliff" -version = "1.3.1-rc.0" # managed by release.sh +version = "1.3.1" # managed by release.sh description = "A highly customizable changelog generator ⛰️" authors = ["git-cliff contributors "] license = "MIT OR Apache-2.0" @@ -38,7 +38,7 @@ shellexpand = "3.1.0" update-informer = { version = "1.1.0", optional = true } [dependencies.git-cliff-core] -version = "1.3.1-rc.0" # managed by release.sh +version = "1.3.1" # managed by release.sh path = "../git-cliff-core" [dev-dependencies] diff --git a/npm/git-cliff/package.json b/npm/git-cliff/package.json index 21e58497f7..2bf16682c4 100644 --- a/npm/git-cliff/package.json +++ b/npm/git-cliff/package.json @@ -1,6 +1,6 @@ { "name": "git-cliff", - "version": "1.3.1-rc.0", + "version": "1.3.1", "description": "A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️", "bin": "lib/index.js", "scripts": { @@ -62,12 +62,12 @@ "typescript": "^4.9.4" }, "optionalDependencies": { - "git-cliff-linux-x64": "1.3.1-rc.0", - "git-cliff-linux-arm64": "1.3.1-rc.0", - "git-cliff-darwin-x64": "1.3.1-rc.0", - "git-cliff-darwin-arm64": "1.3.1-rc.0", - "git-cliff-windows-x64": "1.3.1-rc.0", - "git-cliff-windows-arm64": "1.3.1-rc.0" + "git-cliff-linux-x64": "1.3.1", + "git-cliff-linux-arm64": "1.3.1", + "git-cliff-darwin-x64": "1.3.1", + "git-cliff-darwin-arm64": "1.3.1", + "git-cliff-windows-x64": "1.3.1", + "git-cliff-windows-arm64": "1.3.1" }, "eslintConfig": { "extends": [