mirror of
https://github.com/SethCohen/github-releases-to-discord
synced 2026-09-14 20:13:23 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f84f12e7b0 | ||
|
|
c64205076b | ||
|
|
e384a39c62 | ||
|
|
0e4e0d83ff | ||
|
|
54e99ee992 | ||
|
|
baad0090bf |
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [1.10.1](https://github.com/SethCohen/github-release-to-discord/compare/v1.10.0...v1.10.1) (2022-08-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fixed `fetch` import ([0e4e0d8](https://github.com/SethCohen/github-release-to-discord/commit/0e4e0d83ffff90cef7bfae09cee4eb03aa1623d7))
|
||||
|
||||
## [1.10.0](https://github.com/SethCohen/github-release-to-discord/compare/v1.9.0...v1.10.0) (2022-08-24)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
const core = require('@actions/core');
|
||||
const github = require('@actions/github');
|
||||
const fetch = require('node-fetch')
|
||||
import fetch from 'node-fetch'
|
||||
|
||||
async function getContext () {
|
||||
const payload = github.context.payload
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "github-release-to-discord",
|
||||
"version": "1.10.0",
|
||||
"version": "1.10.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "github-release-to-discord",
|
||||
"version": "1.10.0",
|
||||
"version": "1.10.1",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.9.1",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "github-release-to-discord",
|
||||
"version": "1.10.0",
|
||||
"version": "1.10.1",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user