From da49ca14f7365cff792a232f89e618d4199027cd Mon Sep 17 00:00:00 2001 From: Carlos Vigo Date: Wed, 11 Mar 2026 16:54:06 +0000 Subject: [PATCH 1/2] chore: remove Unreleased section from CHANGELOG --- CHANGELOG.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 248f757..8fd7330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,20 +5,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased - -### Added - -### Changed - -### Deprecated - -### Removed - -### Fixed - -### Security - ## 0.1.4 - T.B.D. ### Added From 7595c44dd5877be58c9f1ed73b2c9c4701ca8145 Mon Sep 17 00:00:00 2001 From: Carlos Vigo Date: Wed, 11 Mar 2026 16:59:10 +0000 Subject: [PATCH 2/2] chore: bump action version to 0.1.4 --- CHANGELOG.md | 4 ++-- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd7330..da70b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.1.4 - T.B.D. +## [v0.1.4](https://github.com/vig-os/commit-action/releases/tag/v0.1.4) - 2026-03-11 ### Added @@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed `minimatch` ReDoS vulnerabilities (`CVE-2026-27903` / `GHSA-7r86-cg39-jmmj`) by pinning safe transitive versions via npm overrides. -## [v0.1.3](https://github.com/vig-os/commit-action/releases/tag/v0.1.0) - 2026-01-28 +## [v0.1.3](https://github.com/vig-os/commit-action/releases/tag/v0.1.3) - 2026-01-28 ### Added diff --git a/README.md b/README.md index 68c20ff..e0b0042 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A modular GitHub Action that commits changes via GitHub API, creating automatica ```yaml - name: Commit and push changes via API - uses: vig-os/commit-action@v0.1.3 + uses: vig-os/commit-action@v0.1.4 env: GITHUB_TOKEN: ${{ steps.sync.outputs.app-token || steps.sync.outputs.github-token }} GITHUB_REPOSITORY: ${{ github.repository }} diff --git a/package-lock.json b/package-lock.json index e5639b3..e8b481a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "commit-action", - "version": "0.1.1", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "commit-action", - "version": "0.1.1", + "version": "0.1.4", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index f5531f5..38ade40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commit-action", - "version": "0.1.1", + "version": "0.1.4", "description": "Commit changes via GitHub API (signed commits, bypasses rulesets)", "main": "dist/commit.js", "scripts": {