mirror of
https://github.com/SethCohen/github-releases-to-discord
synced 2026-09-14 20:13:23 +00:00
chore(master): release 1.19.0 (#50)
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
## [1.19.0](https://github.com/SethCohen/github-releases-to-discord/compare/v1.18.0...v1.19.0) (2025-06-17)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **tests:** add Jest configuration and comprehensive tests for utility functions in index.js to ensure functionality and reliability ([0559b87](https://github.com/SethCohen/github-releases-to-discord/commit/0559b87ee8fad6482e7ed4431329fd22f6593a9a))
|
||||
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
* added updated dependencies ([067d2cb](https://github.com/SethCohen/github-releases-to-discord/commit/067d2cb017f609a202547b5dbb457d91cfb6cf0c))
|
||||
* **package:** update @actions/github dependency to version 6.0.1 and add Jest as a dev dependency with a test script ([0559b87](https://github.com/SethCohen/github-releases-to-discord/commit/0559b87ee8fad6482e7ed4431329fd22f6593a9a))
|
||||
|
||||
## [1.18.0](https://github.com/SethCohen/github-releases-to-discord/compare/v1.17.0...v1.18.0) (2025-06-17)
|
||||
|
||||
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "github-releases-to-discord",
|
||||
"version": "1.18.0",
|
||||
"version": "1.19.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "github-releases-to-discord",
|
||||
"version": "1.18.0",
|
||||
"version": "1.19.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "github-releases-to-discord",
|
||||
"version": "1.18.0",
|
||||
"version": "1.19.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",
|
||||
|
||||
Reference in New Issue
Block a user