Skip to content

Commit

Permalink
Release. Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bryaningl3 committed Mar 13, 2023
1 parent a61944d commit c6db21b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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 Alerting Service SDK <small>JavaScript 4.18.1</small>
# Barchart Alerting Service SDK <small>JavaScript 4.18.2</small>

> Continuously monitor market conditions and receive notifications
Expand Down
3 changes: 2 additions & 1 deletion example/browser/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -3991,6 +3991,7 @@ module.exports = (() => {
const d = getDescription(description);
validator.forUser(ptd, description);
assert.argumentIsRequired(ptd.publisher_type_id, `${d}.publisher_type_id`, Number);
assert.argumentIsRequired(ptd.default_recipient, `${d}.default_recipient`, String);
assert.argumentIsOptional(ptd.allow_window_timezone, `${d}.allow_window_timezone`, String);
assert.argumentIsOptional(ptd.allow_window_start, `${d}.allow_window_start`, String);
assert.argumentIsOptional(ptd.allow_window_end, `${d}.allow_window_end`, String);
Expand Down Expand Up @@ -4188,7 +4189,7 @@ module.exports = (() => {
'use strict';

return {
version: '4.18.1'
version: '4.18.2'
};
})();

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: '4.18.1'
version: '4.18.2'
};
})();
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@barchart/alerts-client-js",
"version": "4.18.1",
"version": "4.18.2",
"description": "JavaScript SDK for Barchart Alert Service",
"author": {
"name": "Bryan Ingle",
Expand Down

0 comments on commit c6db21b

Please sign in to comment.