Skip to content

Commit 727cbad

Browse files
chore(release): 1.13.0 [skip ci]
# [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)
1 parent fa1c24e commit 727cbad

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.13.0](https://github.com/anguspiv/pokermans/compare/v1.12.0...v1.13.0) (2022-04-25)
2+
3+
4+
### Features
5+
6+
* adds an image upload component ([eadcdfd](https://github.com/anguspiv/pokermans/commit/eadcdfdc0ca9473e245f79052e0ea0a82e7281b9))
7+
* **edit-profile:** adds image avatar upload ([fa1c24e](https://github.com/anguspiv/pokermans/commit/fa1c24e2162b36aaf89de7ca2f7e8a8cc79c9ef7))
8+
* **graphql:** adds image upload ([d4bdbd2](https://github.com/anguspiv/pokermans/commit/d4bdbd264097660b0725755a0c8673a85afb2fe4)), closes [#102](https://github.com/anguspiv/pokermans/issues/102)
9+
110
# [1.12.0](https://github.com/anguspiv/pokermans/compare/v1.11.0...v1.12.0) (2022-03-13)
211

312

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,5 @@
131131
"prisma": {
132132
"seed": "node --loader ts-node/esm prisma/seed.ts"
133133
},
134-
"version": "1.12.0"
134+
"version": "1.13.0"
135135
}

0 commit comments

Comments
 (0)