Skip to content

Commit

Permalink
TAG: 1.0.153
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVKINGBOT committed May 11, 2021
1 parent 3caf6e7 commit c6d1d05
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.153](https://github.com/cogsmith/xt/compare/1.0.153...main) @ [2021-05-11](https://github.com/cogsmith/xt/releases/tag/1.0.153)

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

</code>

---
<code>

# [1.0.152](https://github.com/cogsmith/xt/compare/1.0.152...main) @ [2021-05-11](https://github.com/cogsmith/xt/releases/tag/1.0.152)

## DIFF
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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 20210511_113600 ; 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.153-dev",
"version": "1.0.153",
"name": "@cogsmith/xt",
"nametag": "XT",
"namelong": "XTNODE",
Expand All @@ -19,5 +19,5 @@
"point-of-view": "^4.14.0",
"yargs": "^16.2.0"
},
"versiontaglast": "1.0.152"
"versiontaglast": "1.0.153"
}

0 comments on commit c6d1d05

Please sign in to comment.