We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09fe47 commit 7964fbaCopy full SHA for 7964fba
.changeset/kind-ducks-push.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# nestjs-grpc-exceptions
2
3
+## 0.2.1
4
+
5
+### Patch Changes
6
7
+- ea24504: support NestJS version 10
8
9
## 0.2.0
10
11
### Minor Changes
package.json
@@ -11,7 +11,7 @@
"type": "git",
12
"url": "https://github.com/mohsenbostan/nestjs-grpc-exceptions.git"
13
},
14
- "version": "0.2.0",
+ "version": "0.2.1",
15
"main": "dist/index.js",
16
"module": "dist/index.mjs",
17
"types": "dist/index.d.ts",
0 commit comments