Skip to content

Commit

Permalink
release: 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Mar 12, 2022
1 parent 6662b5f commit 17470d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# v0.3.1 (2022-03-12)
# v0.3.3 (2022-03-12)

This release should hopefully fix a bug where the package could not be installed.
This release fixes a bug where the package could not be installed.

# v0.3.2 (2022-03-12)

This release attempted to fix a bug where the package could not be installed.

# v0.3.1 (2022-02-10)

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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "termivolt",
"version": "0.3.2",
"version": "0.3.3",
"description": "A simple utility to interact with the Revolt API via the command line.",
"main": "dist/index.js",
"main": "dist/src/index.js",
"type": "module",
"scripts": {
"prebuild": "rimraf dist",
Expand Down Expand Up @@ -33,7 +33,7 @@
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"bin": "dist/index.js",
"bin": "dist/src/index.js",
"files": [
"dist/",
"CHANGELOG.md"
Expand Down

0 comments on commit 17470d4

Please sign in to comment.