Skip to content

Commit dede817

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2021-11-27) ### Features * add responses payload for array types ([d92e16d](d92e16d))
1 parent d92e16d commit dede817

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/temarusanov/nestjs-response-structure/compare/v1.0.0...v1.1.0) (2021-11-27)
2+
3+
4+
### Features
5+
6+
* add responses payload for array types ([d92e16d](https://github.com/temarusanov/nestjs-response-structure/commit/d92e16d339c3ebabc004a032a5a445f3aec34bbe))
7+
18
# 1.0.0 (2021-11-24)
29

310

package-lock.json

+2-2
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.0.0",
3+
"version": "1.1.0",
44
"description": "Response structure for NestJS GraphQL",
55
"author": "Tema Rusanov",
66
"private": false,

0 commit comments

Comments
 (0)