Skip to content

Commit 3f65536

Browse files
BryanBryan
authored andcommitted
Release. Bump version number
1 parent 4f7ca64 commit 3f65536

File tree

5 files changed

+17558
-5
lines changed

5 files changed

+17558
-5
lines changed

docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Barchart Market Data SDK <small>JavaScript 5.0.0</small>
1+
# Barchart Market Data SDK <small>JavaScript 5.0.1</small>
22

33
> Inject real-time market data into your JavaScript applications
44

example/browser/example.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4942,7 +4942,7 @@ module.exports = (() => {
49424942
'use strict';
49434943

49444944
return {
4945-
version: '4.1.1'
4945+
version: '5.0.1'
49464946
};
49474947
})();
49484948

@@ -5508,7 +5508,7 @@ module.exports = (() => {
55085508
* @param {Number} value
55095509
* @param {String} unitCode
55105510
* @param {String=} fractionSeparator - Can be zero or one character in length. If invalid or omitted, a decimal notation is used. If non-decimal, then fractional notation is used (assuming supported by unit code).
5511-
* @param {Boolean=} specialFractions - If fractional notation is used, indicates is "special" factor (i.e. denominator) is used to calculate numerator.
5511+
* @param {Boolean=} specialFractions - If fractional notation is used, indicates if the "special" factor (i.e. denominator) is used to calculate numerator.
55125512
* @param {String=} thousandsSeparator - Can be zero or one character in length. If invalid or omitted, a zero-length string is used.
55135513
* @param {Boolean=} useParenthesis - If true, negative values will be represented with parenthesis (instead of a leading minus sign).
55145514
* @returns {String}

lib/meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module.exports = (() => {
22
'use strict';
33

44
return {
5-
version: '5.0.0'
5+
version: '5.0.1'
66
};
77
})();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@barchart/marketdata-api-js",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "SDK for streaming market data from Barchart.com",
55
"author": {
66
"name": "Eero Pikat",

0 commit comments

Comments
 (0)