Skip to content

Commit

Permalink
v2.0.1: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosiebler committed Apr 3, 2024
1 parent d420cb4 commit a9d1b4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "bitmart-api",
"version": "2.0.0",
"version": "2.0.1",
"description": "Complete & robust Node.js SDK for BitMart's REST APIs and WebSockets, with TypeScript declarations.",
"scripts": {
"clean": "rm -rf dist/*",
"build": "rm -fr dist/* && tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json && bash ./postBuild.sh",
"test": "jest --passWithNoTests"
},
Expand Down

0 comments on commit a9d1b4d

Please sign in to comment.