Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/calm-wolves-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clear-guests-end.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/smooth-boxes-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/steady-otter-handle.md

This file was deleted.

10 changes: 10 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @exactly/server

## 0.2.65

### Patch Changes

- [#776](https://github.com/exactly/exa/pull/776) [`29a8d35`](https://github.com/exactly/exa/commit/29a8d35cd76f5744a5e909552f96bc6c6f613261) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - 🔒️ prevent challenge replay on failed auth

- [#776](https://github.com/exactly/exa/pull/776) [`dc47522`](https://github.com/exactly/exa/commit/dc47522aed7ac2e603fee4704352867baee900af) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - 🥅 harden siwe no credential error handling

- [#777](https://github.com/exactly/exa/pull/777) [`80537b2`](https://github.com/exactly/exa/commit/80537b2a79644a7b423939c559542c84a849b041) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - 🥅 handle terminal withdraw reverts

## 0.2.64

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exactly/server",
"version": "0.2.64",
"version": "0.2.65",
"private": true,
"scripts": {
"build": "pkgroll --sourcemap --src . && sentry-cli sourcemaps inject -o exactly -p server dist",
Expand Down
Loading