Skip to content

Commit

Permalink
chore(release): 1.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.13.0](v1.12.0...v1.13.0) (2022-04-25)

### Features

* adds an image upload component ([eadcdfd](eadcdfd))
* **edit-profile:** adds image avatar upload ([fa1c24e](fa1c24e))
* **graphql:** adds image upload ([d4bdbd2](d4bdbd2)), closes [#102](#102)
  • Loading branch information
semantic-release-bot committed Apr 25, 2022
1 parent fa1c24e commit 727cbad
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.13.0](https://github.com/anguspiv/pokermans/compare/v1.12.0...v1.13.0) (2022-04-25)


### Features

* adds an image upload component ([eadcdfd](https://github.com/anguspiv/pokermans/commit/eadcdfdc0ca9473e245f79052e0ea0a82e7281b9))
* **edit-profile:** adds image avatar upload ([fa1c24e](https://github.com/anguspiv/pokermans/commit/fa1c24e2162b36aaf89de7ca2f7e8a8cc79c9ef7))
* **graphql:** adds image upload ([d4bdbd2](https://github.com/anguspiv/pokermans/commit/d4bdbd264097660b0725755a0c8673a85afb2fe4)), closes [#102](https://github.com/anguspiv/pokermans/issues/102)

# [1.12.0](https://github.com/anguspiv/pokermans/compare/v1.11.0...v1.12.0) (2022-03-13)


Expand Down
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
Expand Up @@ -131,5 +131,5 @@
"prisma": {
"seed": "node --loader ts-node/esm prisma/seed.ts"
},
"version": "1.12.0"
"version": "1.13.0"
}

1 comment on commit 727cbad

@vercel
Copy link

@vercel vercel bot commented on 727cbad Apr 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.