Skip to content

Commit

Permalink
Merge pull request #270 from terminusdb/new_version
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
KittyJose authored Mar 15, 2023
2 parents b01bdc9 + b11630d commit 5894472
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# TerminusDB Client v10.0.27

## Fixes 🛠
* Fix woql.group_by using variables
* Fix woql.order_by using variables
* Fix typescript types

## New 🚀
* add patchResource in WOQLClient class

# TerminusDB Client v10.0.26

## Fixes 🛠
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terminusdb/terminusdb-client",
"version": "10.0.26",
"version": "10.0.27",
"description": "TerminusDB client library",
"main": "index.js",
"types": "./dist/typescript/index.d.ts",
Expand Down

0 comments on commit 5894472

Please sign in to comment.