diff --git a/CHANGELOG.md b/CHANGELOG.md index 248f757..da70b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,21 +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). -## Unreleased - -### Added - -### Changed - -### Deprecated - -### Removed - -### Fixed - -### Security - -## 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 @@ -42,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": {