gateio-api 1.0.19 → 1.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -50,6 +50,7 @@ Updated & performant JavaScript & Node.js SDK for the Gate.io REST APIs and WebS
50
50
 
51
51
  - Issues? Check the [issues tab](https://github.com/tiagosiebler/gateio-api/issues).
52
52
  - Discuss & collaborate with other node devs? Join our [Node.js Algo Traders](https://t.me/nodetraders) engineering community on telegram.
53
+ - Follow our announcement channel for real-time updates on [X/Twitter](https://x.com/QuantSDKs)
53
54
 
54
55
  <!-- template_related_projects -->
55
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gateio-api",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "Complete & robust Node.js SDK for Gate.io's REST APIs, WebSockets & WebSocket APIs, with TypeScript declarations.",
5
5
  "scripts": {
6
6
  "clean": "rm -rf dist/*",