Skip to content

Commit

Permalink
feat: rename notify into notification
Browse files Browse the repository at this point in the history
BREAKING CHANGE: change service, module and interface
  • Loading branch information
houssenedao committed Dec 22, 2021
1 parent 2c57b40 commit c9c74b0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .commitlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,20 @@
"type-enum": [
2,
"always",
["build", "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test", "revert"]
[
"build",
"chore",
"ci",
"docs",
"feat",
"fix",
"perf",
"refactor",
"style",
"test",
"revert",
"BREAKING CHANGE"
]
]
}
}
1 change: 1 addition & 0 deletions lib/constants/nestjs-notification-provider.constant.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export const NESTJS_NOTIFICATION_OPTIONS = 'NESTJS_NOTIFICATION_OPTIONS';
export const NESTJS_NOTIFICATION_QUEUE_OPTIONS = 'NESTJS_NOTIFICATION_QUEUE_OPTIONS';

0 comments on commit c9c74b0

Please sign in to comment.