Skip to content

Commit 17470d4

Browse files
committed
release: 0.3.3
1 parent 6662b5f commit 17470d4

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# v0.3.1 (2022-03-12)
1+
# v0.3.3 (2022-03-12)
22

3-
This release should hopefully fix a bug where the package could not be installed.
3+
This release fixes a bug where the package could not be installed.
4+
5+
# v0.3.2 (2022-03-12)
6+
7+
This release attempted to fix a bug where the package could not be installed.
48

59
# v0.3.1 (2022-02-10)
610

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "termivolt",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "A simple utility to interact with the Revolt API via the command line.",
5-
"main": "dist/index.js",
5+
"main": "dist/src/index.js",
66
"type": "module",
77
"scripts": {
88
"prebuild": "rimraf dist",
@@ -33,7 +33,7 @@
3333
"engines": {
3434
"node": "^12.13.0 || ^14.15.0 || >=16"
3535
},
36-
"bin": "dist/index.js",
36+
"bin": "dist/src/index.js",
3737
"files": [
3838
"dist/",
3939
"CHANGELOG.md"

0 commit comments

Comments
 (0)