Skip to content

Commit

Permalink
chore(release): 1.15.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.15.3](v1.15.2...v1.15.3) (2023-02-23)

### Bug Fixes

* **apollo:** fixes missing bearer token on api calls ([376117b](376117b))
  • Loading branch information
semantic-release-bot committed Feb 23, 2023
1 parent 376117b commit 98ce801
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.15.3](https://github.com/anguspiv/pokermans/compare/v1.15.2...v1.15.3) (2023-02-23)


### Bug Fixes

* **apollo:** fixes missing bearer token on api calls ([376117b](https://github.com/anguspiv/pokermans/commit/376117b422d24343f3183d9ffbb7963c1c7ff2f3))

## [1.15.2](https://github.com/anguspiv/pokermans/compare/v1.15.1...v1.15.2) (2023-02-21)


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.2"
"version": "1.15.3"
}

1 comment on commit 98ce801

@vercel
Copy link

@vercel vercel bot commented on 98ce801 Feb 23, 2023

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.