Skip to content

Commit 3f5a4b5

Browse files
Merge pull request #259 from terminusdb/fix_integration
update version, review release note
2 parents d039f7e + cdf317a commit 3f5a4b5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

RELEASE_NOTES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
# TerminusDB Client v10.0.26
12

3+
## Fixes 🛠
4+
* Fix woqlPrinter
5+
* Fix woqlClient updateDatabase
6+
7+
## New 🚀
8+
* add getCommitsLog in WOQLClient class
29
# TerminusDB Client v10.0.25
310

411
## Fixes 🛠

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terminusdb/terminusdb-client",
3-
"version": "10.0.25",
3+
"version": "10.0.26",
44
"description": "TerminusDB client library",
55
"main": "index.js",
66
"types": "./dist/typescript/index.d.ts",

0 commit comments

Comments
 (0)