diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd53bf..3910f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.16.0](https://github.com/SethCohen/github-releases-to-discord/compare/v1.15.3...v1.16.0) (2024-10-18) + + +### Features + +* add function to convert PR, issue, and changelog links to markdown format ([07c2e1c](https://github.com/SethCohen/github-releases-to-discord/commit/07c2e1c3e60591d601b5d4b5bd4fc90e599867f8)), closes [#32](https://github.com/SethCohen/github-releases-to-discord/issues/32) + ## [1.15.3](https://github.com/SethCohen/github-releases-to-discord/compare/v1.15.2...v1.15.3) (2024-10-18) diff --git a/package-lock.json b/package-lock.json index 270a366..f996cfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-releases-to-discord", - "version": "1.15.3", + "version": "1.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-releases-to-discord", - "version": "1.15.3", + "version": "1.16.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index c48acf2..81a3224 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-releases-to-discord", - "version": "1.15.3", + "version": "1.16.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",