From 7de2fd1c2a654b7fdff3a6bd23f6ec401f0966f9 Mon Sep 17 00:00:00 2001 From: SethCohen <47002293+SethCohen@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:11:51 -0500 Subject: [PATCH] chore(master): release 1.15.0 (#26) --- 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 5ae47d0..99e8d50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.15.0](https://github.com/SethCohen/github-releases-to-discord/compare/v1.14.0...v1.15.0) (2023-12-14) + + +### Features + +* added clip description at last newline ([#25](https://github.com/SethCohen/github-releases-to-discord/issues/25)) ([97a4813](https://github.com/SethCohen/github-releases-to-discord/commit/97a481333d0b902f599b12f03b47c4a6cbfa5e52)) + ## [1.14.0](https://github.com/SethCohen/github-releases-to-discord/compare/v1.13.1...v1.14.0) (2023-12-11) diff --git a/package-lock.json b/package-lock.json index 0c102d9..ea2444d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-releases-to-discord", - "version": "1.14.0", + "version": "1.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-releases-to-discord", - "version": "1.14.0", + "version": "1.15.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index a7456b4..78491b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-releases-to-discord", - "version": "1.14.0", + "version": "1.15.0", "description": "A GitHub Action that automatically sends a stylized Discord webhook of a GitHub Release description to a specified Discord channel.", "type": "module", "main": "index.js",