From 331baf46310ca2e9745f542997cb3c3f35f96dfe Mon Sep 17 00:00:00 2001 From: "talviewbot[bot]" <166202310+talviewbot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 08:28:04 +0000 Subject: [PATCH] Release: 0.17.0 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc2303e..233045d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ 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.16.0](https://github.com/talview/release-action/compare/v0.16.0...v0.16.0) +## [v0.17.0](https://github.com/talview/release-action/compare/v0.17.0...v0.17.0) + +## [v0.17.0](https://github.com/talview/release-action/compare/v0.16.0...v0.17.0) - 2024-05-14 + +### Commits + +- Update gh-ops.ts [`98a22a6`](https://github.com/talview/release-action/commit/98a22a6a86d73c7bb91b0101c4bea8d0d98e0c8d) ## [v0.16.0](https://github.com/talview/release-action/compare/v0.15.0...v0.16.0) - 2024-05-14 @@ -15,6 +21,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump the npm-development group across 1 directory with 5 updates [`#12`](https://github.com/talview/release-action/pull/12) +### Commits + +- Release: 0.16.0 [`b53ae2f`](https://github.com/talview/release-action/commit/b53ae2f562930012eeaddde7249c584935583d5d) + ## [v0.15.0](https://github.com/talview/release-action/compare/v0.14.0...v0.15.0) - 2024-04-30 ### Merged diff --git a/package.json b/package.json index d3d16cc..b57ce12 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@talview/release-action", "description": "Talview release action", - "version": "0.16.0", + "version": "0.17.0", "author": "", "private": true, "homepage": "https://github.com/talview/release-action",