Skip to content

Commit

Permalink
fix: scope helpers to support chore(deps)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Oct 16, 2024
1 parent be9f011 commit 1bdfe8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ plugins {

dependencies {
implementation gradleApi()
implementation 'se.bjurr.gitchangelog:git-changelog-lib:2.4.0'
implementation 'se.bjurr.gitchangelog:git-changelog-lib:2.4.1'
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
#Wed Oct 16 21:59:10 CEST 2024
#Wed Oct 16 22:20:16 CEST 2024
description=Automate changelog and versioning with conventional commits and Git.
group=se.bjurr.gitchangelog
implementationClass=se.bjurr.gitchangelog.plugin.gradle.GitChangelogGradlePlugin
Expand All @@ -8,4 +8,4 @@ sourceCompatibility=17
stripGradlePluginSuffix=false
tags=git,changelog,releasenotes,patchnotes,conventional commits,semantic version,semantic release
targetCompatibility=17
version=2.5.0
version=2.5.1

0 comments on commit 1bdfe8c

Please sign in to comment.