Skip to content

Commit 2dc7c19

Browse files
committed
2.0.0-preview.1
1 parent a05d429 commit 2dc7c19

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

etc/astra-db-ts.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@ export abstract class KeyTransformer {
15901590
export const LIB_NAME = "astra-db-ts";
15911591

15921592
// @public
1593-
export const LIB_VERSION = "2.0.0-preview.0";
1593+
export const LIB_VERSION = "2.0.0-preview.1";
15941594

15951595
// @public
15961596
export interface ListAstraDatabasesOptions extends WithTimeout<'databaseAdminTimeoutMs'> {

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.0",
3+
"version": "2.0.0-preview.1",
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.0';
27+
export const LIB_VERSION = '2.0.0-preview.1';

0 commit comments

Comments
 (0)