Skip to content

Commit

Permalink
TAG: 1.0.175
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVKINGBOT committed Aug 8, 2021
1 parent 17e968b commit 871b79d
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.175](https://github.com/cogsmith/xt/compare/1.0.175...main) @ [2021-08-07](https://github.com/cogsmith/xt/releases/tag/1.0.175)

## DIFF
- [2 COMMITS SINCE LAST TAG = 1.0.174](https://github.com/cogsmith/xt/compare/1.0.174...1.0.175)

</code>

---
<code>

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

## 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_021051 ; 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.175-dev",
"version": "1.0.175",
"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.174"
"versiontaglast": "1.0.175"
}

0 comments on commit 871b79d

Please sign in to comment.