Skip to content

Commit 9a2bced

Browse files
thomasballingerConvex, Inc.
authored and
Convex, Inc.
committed
npm release version 1.24.6 (#37717)
GitOrigin-RevId: e29accc3ade3ff45b09c3a5b34198efe715e4875
1 parent 943892a commit 9a2bced

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Changelog
22

3-
## 1.24.4
3+
## 1.24.6
4+
5+
- Fix another bug with new Custom JWT auth support in projects that use Convex
6+
backend components.
7+
8+
## 1.24.5
49

510
- `ConvexClient.mutation()` now accepts a third `options` argument that can
611
contain an optimistic update.
712

8-
- Log a warning when optimistic update handlers return a promise since they
9-
should be sync.
10-
1113
## 1.24.3
1214

1315
- Add `.url` property to ConvexReactClient.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "convex",
33
"description": "Client for the Convex Cloud",
4-
"version": "1.24.5",
4+
"version": "1.24.6",
55
"author": "Convex, Inc. <no-reply@convex.dev>",
66
"homepage": "https://convex.dev",
77
"repository": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "1.24.5";
1+
export const version = "1.24.6";

0 commit comments

Comments
 (0)