Releases: Ilshidur/action-discord
Releases · Ilshidur/action-discord
0.3.2
No changes. Just a republish to match the version in the README.
0.3.1
- Add a missing
action.yml
metadata file. See #79. - Bump Node version from
12.18.3
to12.19.1
. - Bump axios version from
0.20.0
to0.21.1
. - Bump dotenv version from
8.2.0
to8.6.0
. - Bump lodash version to
4.17.20
to4.17.21
. - Bump y18n version from
4.0.0
to4.0.1
. - Bump yargs version from
15.4.1
to16.2.0
.
0.3.0
Features :
- Discord embeds via the
DISCORD_EMBEDS
environment variables (thanks @dogboydog)
Documentation (README) :
- typo fix (thanks @LovelySanta)
Internal :
- Dependabot configuration
0.2.0
I decided to update it to a minor release, although this only contains fixes. The reason behind this is because this Action hadn't had been released since a while, so I wanted to include all those tiny changes as a whole bundle.
Internal :
- Various dependencies updates.
Fixes :
- Env var "GITHUB_ACTION" set as optional (#39).
Documentation (README) :
- Preview update.
- Alternative marketplace link fix.
- TODO section.
- Compatibility note.
- Recommended sha-1 update.
0.1.0
Refactoring :
- This GitHub Action has been refactored and migrated to JavaScript.
Features :
- Environment variables interpolation !
- Added Renovate to keep the dependencies up-to-date.
- README and LICENSE improvements