diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee3ad1..d39e1eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.5](https://github.com/johnnyhuy/actions-discord-git-webhook/compare/v0.0.4...v0.0.5) (2021-09-12) + + +### Features + +* Added color selection ([07451e1](https://github.com/johnnyhuy/actions-discord-git-webhook/commit/07451e10028df3eb1a1b030aad22d55e50461e27)) + ### [0.0.4](https://github.com/johnnyhuy/actions-discord-git-webhook/compare/v0.0.3...v0.0.4) (2021-07-23) ### [0.0.3](https://github.com/johnnyhuy/actions-discord-git-webhook/compare/v0.0.2...v0.0.3) (2021-07-18) diff --git a/package-lock.json b/package-lock.json index c3fc496..eeb5389 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fancier-discord-webhooks", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 74b23bc..f61b63e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "actions-discord-git-webhook", - "version": "0.0.4", + "version": "0.0.5", "description": "This is a hard fork of the original Discord Webhook GitHub Action, which was specifically catered towards Java development. This is one a slightly more generic one where we just want to post commits via webhooks.", "main": "src/index.js", "author": "johnnyhuy",