Skip to content

Commit 84a16db

Browse files
chore(release): 1.0.0-beta.8 [skip ci]
# [nginx-proxy-cli-v1.0.0-beta.8](nginx-proxy-cli-v1.0.0-beta.7...nginx-proxy-cli-v1.0.0-beta.8) (2022-04-14) ### Bug Fixes * node fs not correctly handling linux paths ([d546a9d](d546a9d))
1 parent d546a9d commit 84a16db

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [nginx-proxy-cli-v1.0.0-beta.8](https://github.com/larsrickert/nginx-proxy/compare/nginx-proxy-cli-v1.0.0-beta.7...nginx-proxy-cli-v1.0.0-beta.8) (2022-04-14)
2+
3+
4+
### Bug Fixes
5+
6+
* node fs not correctly handling linux paths ([d546a9d](https://github.com/larsrickert/nginx-proxy/commit/d546a9dad8331213619a079746873867548631d5))
7+
18
# [nginx-proxy-cli-v1.0.0-beta.7](https://github.com/larsrickert/nginx-proxy/compare/nginx-proxy-cli-v1.0.0-beta.6...nginx-proxy-cli-v1.0.0-beta.7) (2022-04-13)
29

310

cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nginx-proxy-cli",
3-
"version": "1.0.0-beta.7",
3+
"version": "1.0.0-beta.8",
44
"description": "CLI for deploying docker-compose applications using the nginx-proxy (https://nginxproxy.lars-rickert.de).",
55
"main": "bin/index.js",
66
"author": "larsrickert",

0 commit comments

Comments
 (0)