Skip to content

Commit

Permalink
TAG: 1.0.177
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVKINGBOT committed Aug 8, 2021
1 parent 6e23dda commit 89fe201
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<code>

# [1.0.177](https://github.com/cogsmith/xt/compare/1.0.177...main) @ [2021-08-07](https://github.com/cogsmith/xt/releases/tag/1.0.177)

## DIFF
- [1 COMMITS SINCE LAST TAG = 1.0.176](https://github.com/cogsmith/xt/compare/1.0.176...1.0.177)

</code>

---
<code>

# [1.0.176](https://github.com/cogsmith/xt/compare/1.0.176...main) @ [2021-08-07](https://github.com/cogsmith/xt/releases/tag/1.0.176)

## DIFF
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 20210808_021727 ; 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*","./"]
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmpublish": true,
"license": "GPLv3",
"version": "1.0.177-dev",
"version": "1.0.177",
"name": "@cogsmith/xt",
"nametag": "XT",
"namelong": "XTNODE",
Expand All @@ -20,5 +20,5 @@
"point-of-view": "^4.14.0",
"yargs": "^16.2.0"
},
"versiontaglast": "1.0.176"
"versiontaglast": "1.0.177"
}

0 comments on commit 89fe201

Please sign in to comment.