Skip to content

Commit

Permalink
build 📦(release): generate release version 1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Mayta <luis@hadenlabs.com>
  • Loading branch information
luismayta committed Jan 26, 2025
1 parent c1a74c9 commit 6f0c72b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
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/).


<a name="1.1.1"></a>
## [1.1.1](https://github.com/hadenlabs/commitlint-config/compare/1.1.0...1.1.1)

> 2025-01-26
### 🐛 Bug Fixes

* delete lower case on subject ([#19](https://github.com/hadenlabs/commitlint-config/issues/19))


<a name="1.1.0"></a>
## [1.1.0](https://github.com/hadenlabs/commitlint-config/compare/1.0.1...1.1.0)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hadenlabs/commitlint-config",
"version": "1.1.0",
"version": "1.1.1",
"description": "commitlint-config for git commit",
"author": "Luis Mayta <slovacus@gmail.com>",
"license": "LGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "commit-lint-config"
version = "1.1.0"
version = "1.1.1"
description = "hooks for commit-lint-config"
authors = ["Luis Mayta <luis@hadenlabs.com>"]
license = "LGPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.organization=hadenlabs
sonar.projectKey=hadenlabs:commitlint-config
sonar.projectName=commitlint-config
sonar.projectVersion=1.1.0
sonar.projectVersion=1.1.1
sonar.projectBaseDir=./
sonar.sources=./
sonar.coverage.dtdVerification=false
Expand Down

0 comments on commit 6f0c72b

Please sign in to comment.