Skip to content

Commit 3bd4d00

Browse files
chore(release): 1.1.1 [skip ci]
## [1.1.1](v1.1.0...v1.1.1) (2021-11-27) ### Bug Fixes * responses payload name and export fix ([e9cae7f](e9cae7f))
1 parent 1592a12 commit 3bd4d00

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.1](https://github.com/temarusanov/nestjs-response-structure/compare/v1.1.0...v1.1.1) (2021-11-27)
2+
3+
4+
### Bug Fixes
5+
6+
* responses payload name and export fix ([e9cae7f](https://github.com/temarusanov/nestjs-response-structure/commit/e9cae7fb3e8aac3751ab12451643594dbbd4ad9d))
7+
18
# [1.1.0](https://github.com/temarusanov/nestjs-response-structure/compare/v1.0.0...v1.1.0) (2021-11-27)
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.1.0",
3+
"version": "1.1.1",
44
"description": "Response structure for NestJS GraphQL",
55
"author": "Tema Rusanov",
66
"private": false,

0 commit comments

Comments
 (0)