diff --git a/CHANGELOG.md b/CHANGELOG.md index 464b144..a3574e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.16.2](https://github.com/SethCohen/github-releases-to-discord/compare/v1.16.1...v1.16.2) (2024-10-18) + + +### Documentation + +* update README output example ([6aa0dd9](https://github.com/SethCohen/github-releases-to-discord/commit/6aa0dd988c547f3b3a73463bc6e69d944621c613)) + ## [1.16.1](https://github.com/SethCohen/github-releases-to-discord/compare/v1.16.0...v1.16.1) (2024-10-18) diff --git a/package-lock.json b/package-lock.json index fbf7d64..a943905 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-releases-to-discord", - "version": "1.16.1", + "version": "1.16.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-releases-to-discord", - "version": "1.16.1", + "version": "1.16.2", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 0ddb54e..87d0624 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-releases-to-discord", - "version": "1.16.1", + "version": "1.16.2", "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",