Skip to content

Commit 9b48a7d

Browse files
authored
Merge pull request #351 from hoijnet/release/12.0.0
Release v12.0.0
2 parents 9edeb5f + e99ce49 commit 9b48a7d

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
[![npm downloads](https://img.shields.io/npm/dw/@terminusdb/terminusdb-client?color=red&label=npm%20package&logo=npm&style=flat)](https://www.npmjs.com/package/@terminusdb/terminusdb-client)
1313
[![Coverage Status](https://coveralls.io/builds/76119876/badge)](https://coveralls.io/builds/76119876)
1414

15-
> This repository is for the JavaScript client library for TerminusDB and
16-
> TerminusCMS.
15+
> This repository is for the JavaScript client library for TerminusDB
1716
18-
[**TerminusDB**][terminusdb] is an [open-source][terminusdb-repo] graph database and document store. It allows you to link JSON documents in a powerful knowledge graph all through a simple document API.
17+
[**TerminusDB**][terminusdb] is an [open-source][terminusdb-repo] graph database and document store. It allows you to link and process structured and unstructured JSON documents in a powerful knowledge graph all through a simple document API.
1918

2019
[terminusdb]: https://terminusdb.org/
2120
[terminusdb-docs]: https://terminusdb.org/docs/

RELEASE_NOTES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# TerminusDB Client v12.0.0
2+
## New 🚀
3+
* Add WOQL `slice()`, and `idgen_random()` operators
4+
5+
## Fixes and maintenance
6+
* Update with latest security fixes
7+
* Follow latest release of TerminusDB v12.0.0
8+
* Make `dot()` operator work correctly again
9+
* Fix handling of list-nested WOQL document templates (#346)
10+
* Make VarUnique process correctly
11+
112
# TerminusDB Client v11.1.2
213
## Fixes
314
* Adjust the release process to include version update task

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)