Skip to content

Commit

Permalink
chore(release): 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejibson committed Oct 10, 2022
1 parent 8b17871 commit 3e34895
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chelsea-apps/notification",
"version": "2.3.5",
"version": "2.3.6",
"description": "Notifications libraries for Chelsea Apps projects, providing email, SMS and push notification support",
"main": "dist/index",
"types": "dist/index",
Expand Down
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ export * from './notification.module';
export * from './interfaces';
export * from './constants';
export * from './custom/';
export declare enum ICalEventStatus {
CONFIRMED = 'CONFIRMED',
TENTATIVE = 'TENTATIVE',
CANCELLED = 'CANCELLED',
}

0 comments on commit 3e34895

Please sign in to comment.