We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7976ab2 commit f678879Copy full SHA for f678879
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@datastax/astra-db-ts",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"description": "Data API TypeScript client",
5
"contributors": [
6
"Kavin Gupta (https://github.com/toptobes)",
src/version.ts
@@ -24,4 +24,4 @@ export const LIB_NAME = 'astra-db-ts';
24
*
25
* @public
26
*/
27
-export const LIB_VERSION = '2.0.1';
+export const LIB_VERSION = '2.0.2';
0 commit comments