Skip to content

Commit

Permalink
chore: cut 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tzellman committed Jul 17, 2021
1 parent 67560a3 commit a3c1c22
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [0.4.0](https://github.com/tzellman/nest-jsonapi/compare/v0.3.0...v0.4.0) (2021-07-17)

#### Changes

- Support untransform options via `@JsonapiPayload` decorator [#73](https://github.com/tzellman/nest-jsonapi/pull/73)
- Allow full untransformed payload via `@JsonapiPipe` [#73](https://github.com/tzellman/nest-jsonapi/pull/73)

### [0.3.0](https://github.com/tzellman/nest-jsonapi/compare/v0.2.0...v0.3.0) (2021-07-14)

#### Changes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-jsonapi",
"version": "0.3.0",
"version": "0.4.0",
"description": "a NestJS module that provides JSONAPI integration",
"keywords": ["nestjs", "nest", "jsonapi", "json-api"],
"license": "MIT",
Expand Down

0 comments on commit a3c1c22

Please sign in to comment.