From 8212a24dfa4b8ae7e11e7373b40d1cabbc1c418c Mon Sep 17 00:00:00 2001 From: SethCohen <47002293+SethCohen@users.noreply.github.com> Date: Wed, 24 Aug 2022 01:01:07 -0400 Subject: [PATCH] chore(master): release 1.11.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24948dc..4a59801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 84293e1..4e69a3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-release-to-discord", - "version": "1.11.0", + "version": "1.11.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-release-to-discord", - "version": "1.11.0", + "version": "1.11.1", "license": "ISC", "dependencies": { "@actions/core": "^1.9.1", diff --git a/package.json b/package.json index 5a44b5d..2836026 100644 --- a/package.json +++ b/package.json @@ -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",