Skip to content

Commit

Permalink
bump v5.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecollas committed Feb 14, 2022
1 parent 4b17381 commit d5fc38c
Show file tree
Hide file tree
Showing 2 changed files with 4 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": "nestjs-geteventstore",
"version": "5.0.14",
"version": "5.0.15",
"description": "Event Store connector for NestJS-Cqrs",
"author": "Vincent Vermersch <[email protected] >",
"contributors": [
Expand Down
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ export * from './event-store';
export * from './exceptions';
export * from './interfaces';
export * from './tools';

export * from './cqrs-event-store.module';
export * from './constants';

0 comments on commit d5fc38c

Please sign in to comment.