Skip to content

Commit d5f2a30

Browse files
committed
2.0.0-preview.4
1 parent caf28e7 commit d5f2a30

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datastax/astra-db-ts",
3-
"version": "2.0.0-preview.3",
3+
"version": "2.0.0-preview.4",
44
"description": "Data API TypeScript client",
55
"contributors": [
66
"Kavin Gupta (https://github.com/toptobes)",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ export const LIB_NAME = 'astra-db-ts';
2424
*
2525
* @public
2626
*/
27-
export const LIB_VERSION = '2.0.0-preview.3';
27+
export const LIB_VERSION = '2.0.0-preview.4';

0 commit comments

Comments
 (0)