We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d039f7e + cdf317a commit 3f5a4b5Copy full SHA for 3f5a4b5
RELEASE_NOTES.md
@@ -1,4 +1,11 @@
1
+# TerminusDB Client v10.0.26
2
3
+## Fixes 🛠
4
+* Fix woqlPrinter
5
+* Fix woqlClient updateDatabase
6
+
7
+## New 🚀
8
+* add getCommitsLog in WOQLClient class
9
# TerminusDB Client v10.0.25
10
11
## Fixes 🛠
package.json
@@ -1,6 +1,6 @@
{
"name": "@terminusdb/terminusdb-client",
- "version": "10.0.25",
+ "version": "10.0.26",
"description": "TerminusDB client library",
"main": "index.js",
"types": "./dist/typescript/index.d.ts",
0 commit comments