Skip to content

Commit

Permalink
Merge pull request #14 from SethCohen/release-please--branches--maste…
Browse files Browse the repository at this point in the history
…r--components--release-please-action

chore(master): release 1.11.1
  • Loading branch information
SethCohen authored Aug 24, 2022
2 parents 233db9c + 8212a24 commit 8ebec0c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.11.1](https://github.com/SethCohen/github-release-to-discord/compare/v1.11.0...v1.11.1) (2022-08-24)


### Bug Fixes

* fixed ReferenceError on require vs import ([233db9c](https://github.com/SethCohen/github-release-to-discord/commit/233db9c33f9059cbe008e61acf7f321e671f352c))

## [1.11.0](https://github.com/SethCohen/github-release-to-discord/compare/v1.10.1...v1.11.0) (2022-08-24)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-release-to-discord",
"version": "1.11.0",
"version": "1.11.1",
"description": "Github Action that parses a release and sends it to a Discord channel",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit 8ebec0c

Please sign in to comment.