Skip to content

Commit 6f0c72b

Browse files
committed
build 📦(release): generate release version 1.1.1
Signed-off-by: Luis Mayta <luis@hadenlabs.com>
1 parent c1a74c9 commit 6f0c72b

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file. This file uses change log convention from [keep a CHANGELOG](http://keepachangelog.com/en/0.3.0/).
44

55

6+
<a name="1.1.1"></a>
7+
## [1.1.1](https://github.com/hadenlabs/commitlint-config/compare/1.1.0...1.1.1)
8+
9+
> 2025-01-26
10+
11+
### 🐛 Bug Fixes
12+
13+
* delete lower case on subject ([#19](https://github.com/hadenlabs/commitlint-config/issues/19))
14+
15+
616
<a name="1.1.0"></a>
717
## [1.1.0](https://github.com/hadenlabs/commitlint-config/compare/1.0.1...1.1.0)
818

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hadenlabs/commitlint-config",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "commitlint-config for git commit",
55
"author": "Luis Mayta <slovacus@gmail.com>",
66
"license": "LGPL-3.0",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "commit-lint-config"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "hooks for commit-lint-config"
55
authors = ["Luis Mayta <luis@hadenlabs.com>"]
66
license = "LGPL-3.0"

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sonar.organization=hadenlabs
22
sonar.projectKey=hadenlabs:commitlint-config
33
sonar.projectName=commitlint-config
4-
sonar.projectVersion=1.1.0
4+
sonar.projectVersion=1.1.1
55
sonar.projectBaseDir=./
66
sonar.sources=./
77
sonar.coverage.dtdVerification=false

0 commit comments

Comments
 (0)