Skip to content

Commit

Permalink
Release. Bump version number 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bryaningl3 committed Jul 29, 2022
1 parent 8a10be7 commit 90304e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/**"
],
"version": "1.2.0",
"version": "1.2.1",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/sdk-js/docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @barchart/push-notifications-client-js <small>1.2.0</small>
# @barchart/push-notifications-client-js <small>1.2.1</small>

> JavaScript SDK for Barchart&#x27;s Push Notification Service (Android and iOS)
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-js/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module.exports = (() => {

return {
PushNotificationGateway: PushNotificationGateway,
version: '1.2.0'
version: '1.2.1'
};
})();
2 changes: 1 addition & 1 deletion packages/sdk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@barchart/push-notifications-client-js",
"version": "1.2.0",
"version": "1.2.1",
"description": "JavaScript SDK for Barchart's Push Notification Service",
"author": {
"name": "Bryan Ingle",
Expand Down

0 comments on commit 90304e4

Please sign in to comment.