From 64e8811453b44ab853957daa36fffb4b19edbd23 Mon Sep 17 00:00:00 2001 From: team-github-bot <141112016+team-github-bot@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:40:42 +1000 Subject: [PATCH] chore(main): release 3.3.0 (#433) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88d23ad0..a6f3d93c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.0](https://github.com/OctopusDeploy/run-runbook-action/compare/v3.2.1...v3.3.0) (2024-12-18) + + +### Features + +* Added Git Runbook support ([#432](https://github.com/OctopusDeploy/run-runbook-action/issues/432)) ([5d47e3d](https://github.com/OctopusDeploy/run-runbook-action/commit/5d47e3d695793db309166fa556fa90b8f5d3c1da)) + ## [3.2.1](https://github.com/OctopusDeploy/run-runbook-action/compare/v3.2.0...v3.2.1) (2024-02-04) diff --git a/package-lock.json b/package-lock.json index 39e33f2e..61f45deb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "run-runbook-action", - "version": "3.2.1", + "version": "3.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "run-runbook-action", - "version": "3.2.1", + "version": "3.3.0", "license": "Apache-2.0", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index f203cf7c..9b9e8d5b 100644 --- a/package.json +++ b/package.json @@ -83,5 +83,5 @@ "test:unit": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/unit", "test:integration": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/integration" }, - "version": "3.2.1" + "version": "3.3.0" }