Skip to content

Commit 24123f6

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.2...v2.0.0) (2021-12-28) * Merge pull request #2 from Maklestiguan/improvement_suggestions ([03e8a02](03e8a02)), closes [#2](#2) ### Features * support several nullability options in graphql array response type wrapper ([8aed188](8aed188)) ### BREAKING CHANGES * logger.error() now logs object except of string message
1 parent 03e8a02 commit 24123f6

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [2.0.0](https://github.com/temarusanov/nestjs-response-structure/compare/v1.1.2...v2.0.0) (2021-12-28)
2+
3+
4+
* Merge pull request #2 from Maklestiguan/improvement_suggestions ([03e8a02](https://github.com/temarusanov/nestjs-response-structure/commit/03e8a020ab18faf123cc94c54a9bc6aef6c74876)), closes [#2](https://github.com/temarusanov/nestjs-response-structure/issues/2)
5+
6+
7+
### Features
8+
9+
* support several nullability options in graphql array response type wrapper ([8aed188](https://github.com/temarusanov/nestjs-response-structure/commit/8aed18804d89ed2c01cb5feb94ab118619bb1587))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* logger.error() now logs object except of string message
15+
116
## [1.1.2](https://github.com/temarusanov/nestjs-response-structure/compare/v1.1.1...v1.1.2) (2021-12-03)
217

318

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-response-structure",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"description": "Response structure for NestJS GraphQL",
55
"author": "Tema Rusanov",
66
"private": false,

0 commit comments

Comments
 (0)