Skip to content

Commit

Permalink
chore(): release v0.5.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide-Gheri committed Feb 22, 2021
1 parent 8d92191 commit 4eb7639
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
* Merge pull request #18 from Davide-Gheri/feature/interface-loaders (8d92191)
* Merge branch 'master' into feature/interface-loaders (ea2f035)
* Merge pull request #19 from Davide-Gheri/dependabot/npm_and_yarn/eslint-config-prettier-8.0.0 (79529a4)
* Merge pull request #22 from Davide-Gheri/dependabot/npm_and_yarn/release-it-14.4.1 (7e92d1d)
* Merge pull request #21 from Davide-Gheri/dependabot/npm_and_yarn/mercurius-7.1.0 (f14cb3f)
* Merge pull request #20 from Davide-Gheri/dependabot/npm_and_yarn/husky-5.1.0 (5f3cbd7)
* fix: prettier (0c0891b)
* chore(deps-dev): bump release-it from 14.4.0 to 14.4.1 (1a52dd1)
* chore(deps-dev): bump mercurius from 7.0.0 to 7.1.0 (c517821)
* chore(deps-dev): bump husky from 5.0.9 to 5.1.0 (dd36ef3)
* chore(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.0.0 (804078d)
* test(loaders): interface defined loader (1f3b6c4)
* feat(loaders): types inherits interface defined loaders (d47e232)
* chore: removed unused mercurius param type enum (53aeddf)
* Update README.md (7b7083b)
* Merge branch 'master' of github.com:Davide-Gheri/nestjs-mercurius (7e31570)
* chore: moved optional deps to peer (7fe4bb7)
* Merge pull request #17 from Davide-Gheri/add-license-1 (6d62a0c)
* Create CODE_OF_CONDUCT.md (7503211)
* Create LICENSE (52e583c)

# [0.5.0-beta.0](https://github.com/Davide-Gheri/nestjs-mercurius/compare/0.4.0...0.5.0-beta.0) (2021-02-19)


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.5.0-beta.0",
"version": "0.5.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 4eb7639

Please sign in to comment.