Skip to content

Commit c31fda0

Browse files
committed
chore(release): v1.0.1
1 parent 614b857 commit c31fda0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
3+
## [1.0.1](https://github.com/Girilloid/nestjs-graphql-errors/compare/v1.0.0...v1.0.1) (2024-08-07)
4+
5+
6+
### Bug Fixes
7+
8+
* Preserve jsdoc comments in build ([614b857](https://github.com/Girilloid/nestjs-graphql-errors/commit/614b857b2ba895b5bd457a06635ffd2df794aec9))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-graphql-errors",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A set of utilities to build a code-first, type-safe GraphQL API with NestJS using error as data approach",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)