Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e80d3dd

Browse files
authoredMar 10, 2022
Merge pull request #136 from terminusdb/ReleaseNotes-v10.0.6
Updated release notes for v10.0.6
2 parents 816a669 + 3da88f1 commit e80d3dd

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
 

‎RELEASE_NOTES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# TerminusDB Client v10.0.6
2+
3+
## New 🚀
4+
5+
* Allow infinite size of body and content by @rrooij in https://github.com/terminusdb/terminusdb-client-js/pull/129
6+
* Improving installation steps for the js package by @Neelterminusdb in https://github.com/terminusdb/terminusdb-client-js/pull/125
7+
* Update createDocs.js by @mark-terminusdb in https://github.com/terminusdb/terminusdb-client-js/pull/130
8+
* Use eol.lf with jsdoc-to-markdown, improve CI workflow by @spl in https://github.com/terminusdb/terminusdb-client-js/pull/133
9+
10+
## Fixes 🛠
11+
12+
* Fixed WOQL.post function by @Neelterminusdb in https://github.com/terminusdb/terminusdb-client-js/pull/118
13+
* Fix linting by @Neelterminusdb in https://github.com/terminusdb/terminusdb-client-js/pull/112
14+
* Fixes update_triple variable name bug by @Neelterminusdb in https://github.com/terminusdb/terminusdb-client-js/pull/131
15+
16+
---
17+
118
# TerminusDB Client v10.0.5
219

320
## New 🚀

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.