Skip to content

Commit

Permalink
🔖 Bump version (1.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
inttter committed Mar 1, 2024
1 parent 87238f2 commit 38738e4
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 7 deletions.
220 changes: 215 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discid",
"version": "1.2.0",
"version": "1.3.0",
"description": "Check a user's Discord status from the command line using Lanyard.",
"main": "index.mjs",
"scripts": {
Expand All @@ -23,7 +23,8 @@
"dependencies": {
"axios": "^1.6.7",
"chalk": "^5.3.0",
"commander": "^12.0.0"
"commander": "^12.0.0",
"ora": "^8.0.1"
},
"bin": {
"discid": "src/index.mjs"
Expand Down

0 comments on commit 38738e4

Please sign in to comment.