Skip to content

Commit 62be8a1

Browse files
2 parents 59c865d + 10ce41e commit 62be8a1

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# TerminusDB Client v4.1.0
2+
3+
## new
4+
5+
+ Enhancements to graph view and document view
6+
17
# TerminusDB Client v4.0.0
28

39
## new

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terminusdb/terminusdb-client",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "TerminusDB client library",
55
"main": "index.js",
66
"files": [
@@ -19,10 +19,9 @@
1919
"author": "kevin@terminusdb.com",
2020
"license": "Apache-2.0",
2121
"dependencies": {
22-
"axios": "^0.19.2"
22+
"axios": "^0.21.1"
2323
},
2424
"devDependencies": {
25-
"documentation": "^13.0.2",
2625
"@babel/core": "^7.8.4",
2726
"@babel/preset-env": "^7.8.4",
2827
"@babel/register": "^7.8.3",
@@ -32,7 +31,7 @@
3231
"chai-json-equal": "0.0.1",
3332
"coveralls": "^3.0.9",
3433
"cross-env": "^5.2.1",
35-
"prettier": "^1.19.1",
34+
"documentation": "^13.0.2",
3635
"eslint": "7.9.0",
3736
"eslint-config-prettier": "6.11.0",
3837
"eslint-plugin-import": "^2.19.1",
@@ -42,6 +41,7 @@
4241
"install": "^0.13.0",
4342
"mocha": "^8.1.3",
4443
"nyc": "^15.0.0",
44+
"prettier": "^1.19.1",
4545
"rimraf": "^2.7.1",
4646
"sinon": "^9.0.3",
4747
"uglify-js": "^3.8.0",

0 commit comments

Comments
 (0)