Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sikora00 committed Sep 4, 2024
1 parent b5d0356 commit e22b8ca
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions example/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 example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs-architects/typed-cqrs": "2.0.1",
"@nestjs-architects/typed-cqrs": "2.1.0",
"@nestjs/common": "^8.3.1",
"@nestjs/core": "^8.3.1",
"@nestjs/cqrs": "8.0.2",
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": "@nestjs-architects/typed-cqrs",
"version": "2.0.1",
"version": "2.1.0",
"description": "Enhance the @nestjs/cqrs building blocks with auto-inferring types.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit e22b8ca

Please sign in to comment.