From 1a01980d454e353768ff5e07d3cbdd599e3e868d Mon Sep 17 00:00:00 2001 From: TillaTheHun0 Date: Tue, 27 Feb 2024 23:27:03 +0000 Subject: [PATCH] chore(release): 2.0.4 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a31b82..3a661186 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.0.4](https://github.com/hyper63/hyper-ci-bump/compare/v2.0.3...v2.0.4) (2024-02-27) + ## [2.0.3](https://github.com/hyper63/hyper-ci-bump/compare/v2.0.2...v2.0.3) (2023-09-20) diff --git a/package-lock.json b/package-lock.json index aae42907..8f34f849 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hyper-ci-bump", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hyper-ci-bump", - "version": "2.0.3", + "version": "2.0.4", "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", diff --git a/package.json b/package.json index f319a85f..77b2a83e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyper-ci-bump", - "version": "2.0.3", + "version": "2.0.4", "main": "index.js", "type": "module", "description": "Github Action to bump manifest files",