Skip to content

Commit 45fc811

Browse files
committed
chore(release): v1.0.3
1 parent e988849 commit 45fc811

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [1.0.3](https://github.com/Girilloid/nestjs-graphql-errors/compare/v1.0.2...v1.0.3) (2024-08-07)
4+
5+
6+
### Bug Fixes
7+
8+
* Preserve jsdoc comments in d.ts ([5711b49](https://github.com/Girilloid/nestjs-graphql-errors/commit/5711b498561642fe259a6d1f96d92285906c25be))
9+
310
## [1.0.2](https://github.com/Girilloid/nestjs-graphql-errors/compare/v1.0.1...v1.0.2) (2024-08-07)
411

512

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.2",
3+
"version": "1.0.3",
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)