From 78c2a8b427e092825e5130fe85ef58278fc20cd0 Mon Sep 17 00:00:00 2001 From: "talviewbot[bot]" <166202310+talviewbot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 00:01:15 +0000 Subject: [PATCH] Release: 0.22.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15e77a3..46b9715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v0.21.1](https://github.com/talview/release-action/compare/v0.21.0...v0.21.1) +## [v0.22.0](https://github.com/talview/release-action/compare/v0.21.1...v0.22.0) + +### Commits + +- print ref [`d31e40a`](https://github.com/talview/release-action/commit/d31e40a0f740367fefd7377cd69bf36d50fa8546) + +## [v0.21.1](https://github.com/talview/release-action/compare/v0.21.0...v0.21.1) - 2024-09-23 ### Commits - Create PR [`8777151`](https://github.com/talview/release-action/commit/8777151db624a7dac2594fc9b7d5bc2ede5ded2c) +- Release: 0.21.1 [`efbd4b4`](https://github.com/talview/release-action/commit/efbd4b4a24acf6c25f54f62366523955e3784a52) - [patch] language [`477cc19`](https://github.com/talview/release-action/commit/477cc19be41af0a214486d23ed0fbb37fb034df9) ## [v0.21.0](https://github.com/talview/release-action/compare/v0.20.2...v0.21.0) - 2024-05-29 diff --git a/package.json b/package.json index 088de32..99937cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@talview/release-action", "description": "Talview release action", - "version": "0.21.1", + "version": "0.22.0", "author": "", "private": true, "homepage": "https://github.com/talview/release-action",