Skip to content

Commit

Permalink
chore(): release v0.1.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide-Gheri committed Feb 15, 2021
1 parent 58184dc commit 16c51e5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
* test: resolvers merging with third party resolvers (58184dc)
* Merge pull request #4 from Davide-Gheri/feature/query-complexity (881952f)
* ci: run only on 1 os (5b740c4)
* ci: github workflow on push and pr (244d6a2)
* Merge pull request #3 from Davide-Gheri/feature/enhancers (7c2a57b)
* test: testing scalars (3c05f39)
* feat: validation rules (4b50148)
* Merge branch 'feature/enhancers' of github.com:Davide-Gheri/nestjs-mercurius into feature/enhancers (3c586b2)
* feat: nestjs enhanchers (guards, filters, interceptors) (888439b)
* feat: nestjs enhanchers (guards, filters, interceptors) (71bb07b)
* refactor(loader): simplified loader decorators (ace3606)

# 0.1.0-beta.0 (2021-02-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-mercurius",
"version": "0.1.0-beta.0",
"version": "0.1.0-beta.1",
"main": "index.js",
"repository": "https://@github.com:Davide-Gheri/nestjs-mercurius.git",
"author": "Davide Gheri <davide@davidegheri.com>",
Expand Down

0 comments on commit 16c51e5

Please sign in to comment.