Skip to content

Commit 6662b5f

Browse files
committed
release: 0.3.2
1 parent 08afb2b commit 6662b5f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.3.1 (2022-03-12)
2+
3+
This release should hopefully fix a bug where the package could not be installed.
4+
15
# v0.3.1 (2022-02-10)
26

37
This release is equal to v0.3.0.

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "termivolt",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A simple utility to interact with the Revolt API via the command line.",
5-
"main": "src/index.js",
5+
"main": "dist/index.js",
66
"type": "module",
77
"scripts": {
88
"prebuild": "rimraf dist",

0 commit comments

Comments
 (0)