From e5214c25daf686abe30b2bd8b8865823c11eee10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 12:04:57 +0000 Subject: [PATCH] chore(main): release 3.0.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..b2d1ea53 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## [3.0.0](https://github.com/sameer-coder/github-action-notify-release-1/compare/v2.2.0...v3.0.0) (2023-01-10) + + +### ⚠ BREAKING CHANGES + +* breaking +* breaking + +### Features + +* breaking ([a8b548a](https://github.com/sameer-coder/github-action-notify-release-1/commit/a8b548a05dbeca561352b2c32b5a973ac234ac74)) +* breaking ([2c548a8](https://github.com/sameer-coder/github-action-notify-release-1/commit/2c548a8491c8ca8d1a0b95f1d5eb67d60efd4d1a)) +* del ([a4f175e](https://github.com/sameer-coder/github-action-notify-release-1/commit/a4f175e7886c1918980c319a1e16422cb7784e7e)) +* minor ([31bfe7a](https://github.com/sameer-coder/github-action-notify-release-1/commit/31bfe7a9aea43abc6a13f5b2589ddc0331304d36)) +* new feat ([be941c1](https://github.com/sameer-coder/github-action-notify-release-1/commit/be941c1f2fae05adc20844428a0c4b7a32d19540)) +* test feature ([0e3a415](https://github.com/sameer-coder/github-action-notify-release-1/commit/0e3a415eb540685d1ab546b1a1fdb9a6433bb84e)) + + +### Bug Fixes + +* test ([6777427](https://github.com/sameer-coder/github-action-notify-release-1/commit/6777427d356bf741c4bf541ebd413d5d79f9d29b)) diff --git a/package-lock.json b/package-lock.json index 604dcf45..de2bd088 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "github-action-notify-release", - "version": "4.0.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.0.0", + "version": "3.0.0", "license": "ISC", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 2afb1e69..1eb49c50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-notify-release", - "version": "4.0.0", + "version": "3.0.0", "description": "tetssssdfdf", "main": "dist/index.js", "scripts": {