-
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
57 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "git-cliff-core" | ||
version = "2.5.0" # managed by release.sh | ||
version = "2.6.0" # managed by release.sh | ||
description = "Core library of git-cliff" | ||
authors = ["git-cliff contributors <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "git-cliff" | ||
version = "2.5.0" # managed by release.sh | ||
version = "2.6.0" # managed by release.sh | ||
description = "A highly customizable changelog generator ⛰️" | ||
authors = ["git-cliff contributors <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -59,7 +59,7 @@ rand = { version = "0.8.4", optional = true } | |
url.workspace = true | ||
|
||
[dependencies.git-cliff-core] | ||
version = "2.5.0" # managed by release.sh | ||
version = "2.6.0" # managed by release.sh | ||
path = "../git-cliff-core" | ||
|
||
[dev-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "git-cliff", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"description": "A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️", | ||
"type": "module", | ||
"main": "lib/cjs/index.d.cts", | ||
|
@@ -91,12 +91,12 @@ | |
"typescript-eslint": "^8.4.0" | ||
}, | ||
"optionalDependencies": { | ||
"git-cliff-darwin-arm64": "2.5.0", | ||
"git-cliff-darwin-x64": "2.5.0", | ||
"git-cliff-linux-arm64": "2.5.0", | ||
"git-cliff-linux-x64": "2.5.0", | ||
"git-cliff-windows-arm64": "2.5.0", | ||
"git-cliff-windows-x64": "2.5.0" | ||
"git-cliff-darwin-arm64": "2.6.0", | ||
"git-cliff-darwin-x64": "2.6.0", | ||
"git-cliff-linux-arm64": "2.6.0", | ||
"git-cliff-linux-x64": "2.6.0", | ||
"git-cliff-windows-arm64": "2.6.0", | ||
"git-cliff-windows-x64": "2.6.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"publishConfig": { | ||
|