Skip to content

Commit 5894472

Browse files
authored
Merge pull request #270 from terminusdb/new_version
update version
2 parents b01bdc9 + b11630d commit 5894472

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

RELEASE_NOTES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# TerminusDB Client v10.0.27
2+
3+
## Fixes 🛠
4+
* Fix woql.group_by using variables
5+
* Fix woql.order_by using variables
6+
* Fix typescript types
7+
8+
## New 🚀
9+
* add patchResource in WOQLClient class
10+
111
# TerminusDB Client v10.0.26
212

313
## 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.26",
3+
"version": "10.0.27",
44
"description": "TerminusDB client library",
55
"main": "index.js",
66
"types": "./dist/typescript/index.d.ts",

0 commit comments

Comments
 (0)