Skip to content

Commit

Permalink
chore: Release v1.2.2 - See CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Oct 9, 2023
1 parent 9bf17d6 commit 3062f8c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.2 (October 9th, 2023)

- up job name

## 1.2.1 (October 7th, 2023)

- added worker for process pending notification job
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restorecommerce/notification-srv",
"version": "1.2.1",
"version": "1.2.2",
"description": "Restorecommerce notification microservice",
"main": "lib/start.js",
"author": "n-fuse GmbH",
Expand Down
2 changes: 1 addition & 1 deletion src/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ registerProtoMeta(NotificationReqMeta, CommandInterfaceMeta, reflectionMeta);
const SEND_MAIL_EVENT = 'sendEmail';
const HEALTH_CHECK_CMD_EVENT = 'healthCheckCommand';
const VERSION_CMD_EVENT = 'versionCommand';
export const PROCESS_PENDING_NOTIFICATIONS = 'processPendingNotifications';
export const PROCESS_PENDING_NOTIFICATIONS = 'process-pending-notifications-job';
const MAIL_SERVER_CREDENTIALS = 'mail_server_credentials';

let server: chassis.Server;
Expand Down

0 comments on commit 3062f8c

Please sign in to comment.