Skip to content

Commit

Permalink
chore(release): 1.15.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.15.1](v1.15.0...v1.15.1) (2023-02-21)

### Bug Fixes

* **account:** removes required input for profile request ([6d691bd](6d691bd))
* **sentry:** correctly setups the sentry integration ([fe5ea8b](fe5ea8b)), closes [#92](#92)
* updates graphql upload imports ([2ab58e1](2ab58e1)), closes [#134](#134)
* updates graphql-upload imports ([1fbb045](1fbb045))
  • Loading branch information
semantic-release-bot committed Feb 21, 2023
1 parent eab95f4 commit 5940125
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.15.1](https://github.com/anguspiv/pokermans/compare/v1.15.0...v1.15.1) (2023-02-21)


### Bug Fixes

* **account:** removes required input for profile request ([6d691bd](https://github.com/anguspiv/pokermans/commit/6d691bd721810db650e89865ea212b27e8e121c3))
* **sentry:** correctly setups the sentry integration ([fe5ea8b](https://github.com/anguspiv/pokermans/commit/fe5ea8b0b548876bf70e839bd17941ee714afd30)), closes [#92](https://github.com/anguspiv/pokermans/issues/92)
* updates graphql upload imports ([2ab58e1](https://github.com/anguspiv/pokermans/commit/2ab58e14f6f6f4a309ab0b441b6d31d8021bcfaf)), closes [#134](https://github.com/anguspiv/pokermans/issues/134)
* updates graphql-upload imports ([1fbb045](https://github.com/anguspiv/pokermans/commit/1fbb0452554093a98306ee1d0be6e8c9b28b0fe6))

# [1.15.0](https://github.com/anguspiv/pokermans/compare/v1.14.0...v1.15.0) (2022-07-31)


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 @@ -122,5 +122,5 @@
"prisma": {
"seed": "node --loader ts-node/esm prisma/seed.ts"
},
"version": "1.15.0"
"version": "1.15.1"
}

0 comments on commit 5940125

Please sign in to comment.