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 8112b84 commit 144b498Copy full SHA for 144b498
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.2.1"
+current_version = "0.2.2"
3
parse = """(?x)
4
(?P<major>0|[1-9]\\d*)\\.
5
(?P<minor>0|[1-9]\\d*)\\.
package.json
@@ -1,6 +1,6 @@
{
"name": "@lancedb/arrow-flight-sql-client",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "A native typescript project for querying Flight SQL endpoints",
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments