Skip to content

Commit ba1fe83

Browse files
committed
build 📦(release): generate docs for release (1.1.1)
Signed-off-by: Luis Mayta <[email protected]>
1 parent 0d95f99 commit ba1fe83

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

Diff for: ‎CHANGELOG.md

+10
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.0"></a>
7+
## [1.1.0](https://github.com/hadenlabs/commitlint-config/compare/1.0.1...1.1.0)
8+
9+
> 2025-01-26
10+
11+
### â™» Code Refactoring
12+
13+
* change rules for commit enabled emoji ([#18](https://github.com/hadenlabs/commitlint-config/issues/18))
14+
15+
616
<a name="1.0.1"></a>
717
## [1.0.1](https://github.com/hadenlabs/commitlint-config/compare/1.0.0...1.0.1)
818

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hadenlabs/commitlint-config",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "commitlint-config for git commit",
55
"author": "Luis Mayta <[email protected]>",
66
"license": "LGPL-3.0",

Diff for: ‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "commit-lint-config"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
description = "hooks for commit-lint-config"
55
authors = ["Luis Mayta <[email protected]>"]
66
license = "LGPL-3.0"

Diff for: ‎sonar-project.properties

+1-1
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.0.1
4+
sonar.projectVersion=1.1.0
55
sonar.projectBaseDir=./
66
sonar.sources=./
77
sonar.coverage.dtdVerification=false

0 commit comments

Comments
 (0)