diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c8948d..b8b225c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
+# [1.0.168](https://github.com/cogsmith/xt/compare/1.0.168...main) @ [2021-08-07](https://github.com/cogsmith/xt/releases/tag/1.0.168)
+
+## DIFF
+- [4 COMMITS SINCE LAST TAG = 1.0.167](https://github.com/cogsmith/xt/compare/1.0.167...1.0.168)
+
+
+
+---
+
+
# [1.0.167](https://github.com/cogsmith/xt/compare/1.0.167...main) @ [2021-07-20](https://github.com/cogsmith/xt/releases/tag/1.0.167)
## DIFF
diff --git a/Dockerfile b/Dockerfile
index 0dbf55c..58a864b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -28,7 +28,7 @@ RUN npm config set update-notifier false 2> /dev/null
RUN npm install --global nodemon pm2
WORKDIR /xtnpm
-RUN echo -e "#\n#" ; echo [=DT=] ; echo `date` ; echo -e "#\n#" ; npm install @cogsmith/xt ; echo -e "#\n#" ; cp -a node_modules / ; npm list --depth=0 ; echo -e "#\n#" ; ls -laR /node_modules/@cogsmith ; echo -e "#\n#"
+RUN echo -e "#\n#" ; echo 20210807_180604 ; echo `date` ; echo -e "#\n#" ; npm install @cogsmith/xt ; echo -e "#\n#" ; cp -a node_modules / ; npm list --depth=0 ; echo -e "#\n#" ; ls -laR /node_modules/@cogsmith ; echo -e "#\n#"
WORKDIR /xtlib
COPY ["package.json","package-lock.json*","./"]
diff --git a/package-lock.json b/package-lock.json
index df4c7c9..4c6b985 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@cogsmith/xt",
- "version": "1.0.168-dev",
+ "version": "1.0.168",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 6303d12..7f166f4 100644
--- a/package.json
+++ b/package.json
@@ -1,24 +1,24 @@
{
- "npmpublish": true,
- "license": "GPLv3",
- "version": "1.0.168-dev",
- "name": "@cogsmith/xt",
- "nametag": "XT",
- "namelong": "XTNODE",
- "description": "🧰 NodeJS Application Framework 🧰",
- "dependencies": {
- "chalk": "^4.1.1",
- "emoji-regex": "^8.0.0",
- "execa": "^5.0.0",
- "fastify": "^3.15.0",
- "fastify-compress": "^3.4.2",
- "fastify-static": "^4.0.1",
- "lodash": "^4.17.21",
- "nunjucks": "^3.2.3",
- "pino": "^6.11.3",
- "pino-pretty": "^4.7.1",
- "point-of-view": "^4.14.0",
- "yargs": "^16.2.0"
- },
- "versiontaglast": "1.0.167"
+ "npmpublish": true,
+ "license": "GPLv3",
+ "version": "1.0.168",
+ "name": "@cogsmith/xt",
+ "nametag": "XT",
+ "namelong": "XTNODE",
+ "description": "🧰 NodeJS Application Framework 🧰",
+ "dependencies": {
+ "chalk": "^4.1.1",
+ "emoji-regex": "^8.0.0",
+ "execa": "^5.0.0",
+ "fastify": "^3.15.0",
+ "fastify-compress": "^3.4.2",
+ "fastify-static": "^4.0.1",
+ "lodash": "^4.17.21",
+ "nunjucks": "^3.2.3",
+ "pino": "^6.11.3",
+ "pino-pretty": "^4.7.1",
+ "point-of-view": "^4.14.0",
+ "yargs": "^16.2.0"
+ },
+ "versiontaglast": "1.0.168"
}