Skip to content

Commit 7122879

Browse files
committed
chore(v3.0.6): bump package version and add dist to git ignore
1 parent dbf8806 commit 7122879

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ node_modules/
2020
.env.test
2121
.cache
2222
lib
23+
dist
2324
bundleReport.html
2425
.history/
2526
.idea
@@ -28,4 +29,4 @@ restClientRegex.ts
2829
testfile.ts
2930
localtest.sh
3031

31-
repomix.sh
32+
repomix.sh

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "okx-api",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "Complete Node.js SDK for OKX's REST APIs and WebSockets, with TypeScript & end-to-end tests",
55
"scripts": {
66
"test": "jest",

0 commit comments

Comments
 (0)