Skip to content

Commit

Permalink
release: 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Mar 12, 2022
1 parent fcde852 commit 25559f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# v0.4.0.1 (2022-03-12)
# v0.4.1 (2022-03-12)

- **BREAKING**: 0.4.0.1 requires Node 16.14.0 or higher. If you're using Node 12/14/older versions of Node 16, please use 0.3.4 instead.
- **BREAKING**: 0.4.1 requires Node 16.14.0 or higher. If you're using Node 12/14/older versions of Node 16, please use 0.3.4 instead.
- Fixed a few more issues - the library should now be useable again. Apologies for the prior issues!

# v0.3.4 (2022-03-12)

This release fixes a few more issues - the library should now be useable again. Apologies for the prior issues!

Please note that **this will be the last version to support Node 12, 14 and versions of Node 16 before 16.14.0**. This release also **does not work** on Node 16.14.0+. Please use 0.4.0.1 instead.
Please note that **this will be the last version to support Node 12, 14 and versions of Node 16 before 16.14.0**. This release also **does not work** on Node 16.14.0+. Please use 0.4.1 instead.

# v0.3.3 (2022-03-12)

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": "termivolt",
"version": "0.4.0.1",
"version": "0.4.1",
"description": "A simple utility to interact with the Revolt API via the command line.",
"main": "dist/src/index.js",
"type": "module",
Expand Down

0 comments on commit 25559f8

Please sign in to comment.