2 Commits

Author SHA1 Message Date
semantic-release-bot
3d6f082473 chore(release): 1.0.2 [skip ci]
## [1.0.2](https://github.com/ivuorinen/base-configs-commitlint/compare/v1.0.1...v1.0.2) (2026-03-04)
2026-03-04 05:29:30 +00:00
renovate[bot]
39ccdd13d7 chore(deps): update github/codeql-action action (v4.32.4 → v4.32.5) (#118)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-04 05:27:18 +00:00
3 changed files with 5 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
@@ -98,6 +98,6 @@ jobs:
exit 1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
with:
category: "/language:${{matrix.language}}"

View File

@@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.2](https://github.com/ivuorinen/base-configs-commitlint/compare/v1.0.1...v1.0.2) (2026-03-04)
## [1.0.1](https://github.com/ivuorinen/base-configs-commitlint/compare/v1.0.0...v1.0.1) (2026-03-02)
# 1.0.0 (2025-12-06)

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/commitlint-config",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"description": "ivuorinen's shareable configuration for commitlint.",
"author": {