Skip to content

Commit

Permalink
Release. Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan authored and Bryan committed Apr 28, 2020
1 parent 4f7ca64 commit 3f65536
Show file tree
Hide file tree
Showing 5 changed files with 17,558 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Barchart Market Data SDK <small>JavaScript 5.0.0</small>
# Barchart Market Data SDK <small>JavaScript 5.0.1</small>

> Inject real-time market data into your JavaScript applications
Expand Down
4 changes: 2 additions & 2 deletions example/browser/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -4942,7 +4942,7 @@ module.exports = (() => {
'use strict';

return {
version: '4.1.1'
version: '5.0.1'
};
})();

Expand Down Expand Up @@ -5508,7 +5508,7 @@ module.exports = (() => {
* @param {Number} value
* @param {String} unitCode
* @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).
* @param {Boolean=} specialFractions - If fractional notation is used, indicates is "special" factor (i.e. denominator) is used to calculate numerator.
* @param {Boolean=} specialFractions - If fractional notation is used, indicates if the "special" factor (i.e. denominator) is used to calculate numerator.
* @param {String=} thousandsSeparator - Can be zero or one character in length. If invalid or omitted, a zero-length string is used.
* @param {Boolean=} useParenthesis - If true, negative values will be represented with parenthesis (instead of a leading minus sign).
* @returns {String}
Expand Down
2 changes: 1 addition & 1 deletion lib/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module.exports = (() => {
'use strict';

return {
version: '5.0.0'
version: '5.0.1'
};
})();
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@barchart/marketdata-api-js",
"version": "5.0.0",
"version": "5.0.1",
"description": "SDK for streaming market data from Barchart.com",
"author": {
"name": "Eero Pikat",
Expand Down
Loading

0 comments on commit 3f65536

Please sign in to comment.