diff --git a/CHANGELOG.md b/CHANGELOG.md index cf907a6..7b11eba 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). -## [Unreleased] +## [v0.1.5](https://github.com/vig-os/commit-action/releases/tag/v0.1.5) - 2026-03-13 ### Fixed diff --git a/package-lock.json b/package-lock.json index e8b481a..553a45b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "commit-action", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "commit-action", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 38ade40..828f021 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commit-action", - "version": "0.1.4", + "version": "0.1.5", "description": "Commit changes via GitHub API (signed commits, bypasses rulesets)", "main": "dist/commit.js", "scripts": {