diff --git a/CHANGELOG.md b/CHANGELOG.md index 36bbbcf3..93d40f30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [2.1.1](https://github.com/hyper63/hyper-ci-bump/compare/v2.1.0...v2.1.1) (2024-11-15) + ## [2.1.0](https://github.com/hyper63/hyper-ci-bump/compare/v2.0.4...v2.1.0) (2024-10-09) diff --git a/package-lock.json b/package-lock.json index 0851c7ab..8ecc5376 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hyper-ci-bump", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hyper-ci-bump", - "version": "2.1.0", + "version": "2.1.1", "dependencies": { "@actions/core": "^1.11.1", "@actions/github": "^6.0.0", diff --git a/package.json b/package.json index d23742c2..536c6d86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyper-ci-bump", - "version": "2.1.0", + "version": "2.1.1", "main": "index.js", "type": "module", "description": "Github Action to bump manifest files",