We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb5c38 commit 2e39f04Copy full SHA for 2e39f04
docs/_coverpage.md
@@ -1,4 +1,4 @@
1
-# Barchart Market Data SDK <small>JavaScript 4.1.1</small>
+# Barchart Market Data SDK <small>JavaScript 5.0.0</small>
2
3
> Inject real-time market data into your JavaScript applications
4
lib/meta.js
@@ -2,6 +2,6 @@ module.exports = (() => {
'use strict';
return {
5
- version: '4.1.1'
+ version: '5.0.0'
6
};
7
})();
package.json
@@ -1,6 +1,6 @@
{
"name": "@barchart/marketdata-api-js",
- "version": "4.1.1",
+ "version": "5.0.0",
"description": "SDK for streaming market data from Barchart.com",
"author": {
"name": "Eero Pikat",
0 commit comments