Merge pull request #12 from SethCohen/release-please--branches--master--components--release-please-action

chore(master): release 1.10.1
This commit is contained in:
SethCohen
2022-08-24 00:48:15 -04:00
committed by GitHub
3 changed files with 10 additions and 3 deletions
+7
View File
@@ -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)
+2 -2
View File
@@ -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
View File
@@ -1,6 +1,6 @@
{
"name": "github-release-to-discord",
"version": "1.10.0",
"version": "1.10.1",
"description": "",
"main": "index.js",
"scripts": {