Skip to content

Commit

Permalink
1.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
toptobes committed Apr 10, 2024
1 parent 6e51e8e commit 6c92553
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion etc/astra-db-ts.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ export interface DataAPIClientOptions {
adminOptions?: AdminSpawnOptions;
caller?: Caller | Caller[];
dbOptions?: DbSpawnOptions;
// (undocumented)
preferHttp2?: boolean;
}

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datastax/astra-db-ts",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Astra DB TS Client",
"contributors": [
"Kavin Gupta (https://github.com/toptobes)",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const LIB_NAME = 'astra-db-ts';
export const LIB_VERSION = "1.0.0-alpha.1";
export const LIB_VERSION = "1.0.0-alpha.2";

0 comments on commit 6c92553

Please sign in to comment.