Skip to content

Commit 563e75c

Browse files
thomasballingerConvex, Inc.
authored andcommitted
npm release version 1.26.2 (#40356)
GitOrigin-RevId: 8db5ca5669ea398928cf3cfbaaaea53b53b86629
1 parent f53876d commit 563e75c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.26.2
4+
5+
- Fix for pushing schemas to older (self-hosted) deployment builds.
6+
7+
## 1.26.0
48

59
- Add support for staged indexes. Instead of blocking on push, a staged index
610
backfills while you push more changes to a deployment, then can be used once

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.26.1",
4+
"version": "1.26.2",
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.26.1";
1+
export const version = "1.26.2";

0 commit comments

Comments
 (0)