From 26ffac173f956c25f7467aa8e6f750eed24a1b7a Mon Sep 17 00:00:00 2001 From: FantasticFiasco Date: Fri, 6 Jan 2023 10:48:49 +0100 Subject: [PATCH] v2.3.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a11e9f0f..aa5a1c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +## [2.3.0] - 2023-01-06 + ### :zap: Added - Support for the outputs `currentYear`, `branchName`, `pullRequestNumber` and `pullRequestUrl`. See [`action.yml`](./action.yml) for more information. diff --git a/package.json b/package.json index 70b27f8f..acc7cf33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-update-license-year", - "version": "2.2.2", + "version": "2.3.0", "description": "GitHub Action that in a pull request updates the copyright year(s) in your license file.", "keywords": [ "github",