diff --git a/README.md b/README.md
index 15a68feb..f0e1e9fc 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,11 @@
# Human Library
+
+
+
+
+
+
**3D Face Detection & Rotation Tracking, Face Embedding & Recognition,**
**Body Pose Tracking, Hand & Finger Tracking,**
**Iris Analysis, Age & Gender & Emotion Prediction**
@@ -23,7 +29,7 @@ Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) fo
- [**Code Repository**](https://github.com/vladmandic/human)
- [**NPM Package**](https://www.npmjs.com/package/@vladmandic/human)
- [**Issues Tracker**](https://github.com/vladmandic/human/issues)
-- [**Change Log**](https://github.com/vladmandic/human/wiki/Change-Log)
+- [**Change Log**](https://github.com/vladmandic/human/CHANGELOG.md)
@@ -138,3 +144,8 @@ detectVideo();
```
+
+
+
+
+
diff --git a/package.json b/package.json
index 3d45c7e1..2e197c22 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@vladmandic/human",
- "version": "0.40.9",
+ "version": "1.0.0",
"description": "Human: AI-powered 3D Face Detection, Face Embedding & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition",
"sideEffects": false,
"main": "dist/human.node.js",
@@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/vladmandic/human/issues"
},
- "homepage": "https://github.com/vladmandic/human#readme",
+ "homepage": "https://vladmandic.github.io/human/demo/index.html",
"license": "MIT",
"engines": {
"node": ">=12.0.0"
@@ -54,6 +54,7 @@
"scripts": {
"start": "node --trace-warnings --unhandled-rejections=strict --trace-uncaught --no-deprecation src/node.js",
"lint": "eslint src demo server",
+ "test": "eslint src demo server",
"dev": "npm install && node server/serve.js",
"build": "rimraf dist/* && rimraf types/* && node server/build.js && node server/changelog.js",
"update": "npm update --depth 20 --force && npm dedupe && npm prune && npm audit"
diff --git a/server/changelog.js b/server/changelog.js
index 2540bb0f..2e5a2b23 100644
--- a/server/changelog.js
+++ b/server/changelog.js
@@ -52,7 +52,7 @@ exports.update = update;
try {
if (require.main === module) {
- update('../wiki/Change-Log.md');
+ update('../CHANGELOG.md');
}
} catch {
//
diff --git a/wiki b/wiki
index f981107e..21110527 160000
--- a/wiki
+++ b/wiki
@@ -1 +1 @@
-Subproject commit f981107e84085bb5ac93441162e900a0d73d0503
+Subproject commit 21110527662c146e4f1782c0af030d7bbaa316cd