From 6f0c72bc76d763d73d97ec45870866fb87219e7d Mon Sep 17 00:00:00 2001 From: Luis Mayta Date: Sun, 26 Jan 2025 17:20:56 -0300 Subject: [PATCH] =?UTF-8?q?build=20=F0=9F=93=A6(release):=20generate=20rel?= =?UTF-8?q?ease=20version=201.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luis Mayta --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- pyproject.toml | 2 +- sonar-project.properties | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fce847d..bd18cca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). + +## [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)) + + ## [1.1.0](https://github.com/hadenlabs/commitlint-config/compare/1.0.1...1.1.0) diff --git a/package.json b/package.json index 5fd5be0..6a11010 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "LGPL-3.0", diff --git a/pyproject.toml b/pyproject.toml index c487122..8b9b10c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "LGPL-3.0" diff --git a/sonar-project.properties b/sonar-project.properties index 2a1a165..3f1f054 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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