Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartek committed Jan 23, 2022
1 parent 82a578a commit a67c5d8
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.1.0 (2022-01-23)


### Features

* **match:** :sparkles: add match entity ([bd58748](https://github.com/BartekCK/graphql-cricket-league/commit/bd58748ef3797bf4bd2a574c5e5fffc11d265568))
* **player:** add player resolver ([cdebb9e](https://github.com/BartekCK/graphql-cricket-league/commit/cdebb9ecc9561e4b4e99ef4f587d24cf4bc7a91f))
* **playerMatch:** add playerMatch entity ([ec98906](https://github.com/BartekCK/graphql-cricket-league/commit/ec989062d0adeeeb8d7e65c45b83581727ae01fd))
* **resolver:** :sparkles: add pagination for players ([b57b084](https://github.com/BartekCK/graphql-cricket-league/commit/b57b0843027ab4fea82ecfbc0549523a0263d444))
* **resolver:** 🤔 create and resolve n+1 problem ([#1](https://github.com/BartekCK/graphql-cricket-league/issues/1)) ([b7ae74d](https://github.com/BartekCK/graphql-cricket-league/commit/b7ae74d56ac8f520b8c3650346f3036377b16632))
* **season:** :sparkles: add season entity ([6d1bd8f](https://github.com/BartekCK/graphql-cricket-league/commit/6d1bd8f1617cfa270bcbca50e0373215cafd0a1a))


### Bug Fixes

* deps fix ([39d4bce](https://github.com/BartekCK/graphql-cricket-league/commit/39d4bce642e4c7dbdc0de2c5406d11e0f7221dcc))
* deps fix ([704fa3a](https://github.com/BartekCK/graphql-cricket-league/commit/704fa3a7a54508d8f1af0a1e6ab5048187aaefba))
* files extension for db connect ([8632263](https://github.com/BartekCK/graphql-cricket-league/commit/8632263d7a9a2aa2f0203731cfb070f2c04e84f0))
* heroku deploy ([c755d2d](https://github.com/BartekCK/graphql-cricket-league/commit/c755d2dfaa1c671a00faa72fb1f6f3844ebd10fc))
* port ([d9197ab](https://github.com/BartekCK/graphql-cricket-league/commit/d9197ab9bc225f6556045afc814e4a8b8cd8e3bd))
* set playground on prod ([5cbe87d](https://github.com/BartekCK/graphql-cricket-league/commit/5cbe87d417eff72c2da885af3869db462224b149))
4 changes: 2 additions & 2 deletions 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": "server",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a67c5d8

Please sign in to comment.