Skip to content

Commit 1d02e36

Browse files
jordanhunt22Convex, Inc.
authored and
Convex, Inc.
committed
NPM release version 1.16.0 (#29750)
GitOrigin-RevId: dab50621ac40a77d6b6fb37d2c14bfb42b5bdd0d
1 parent e2c4ad2 commit 1d02e36

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

npm-packages/common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
{
103103
"policyName": "convex",
104104
"definitionName": "lockStepVersion",
105-
"version": "1.15.0",
105+
"version": "1.16.0",
106106
"nextBump": "patch"
107107
}
108108
]

npm-packages/convex/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.15.0",
4+
"version": "1.16.0",
55
"author": "Convex, Inc. <no-reply@convex.dev>",
66
"homepage": "https://convex.dev",
77
"repository": {

npm-packages/convex/src/index.ts

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

0 commit comments

Comments
 (0)