Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 45e9377

Browse files
committedApr 12, 2022
chore(release): 1.0.0-beta.6 [skip ci]
# [nginx-proxy-cli-v1.0.0-beta.6](nginx-proxy-cli-v1.0.0-beta.5...nginx-proxy-cli-v1.0.0-beta.6) (2022-04-12) ### Bug Fixes * add `public` dir to published npm files ([dbae546](dbae546))
1 parent 6ce1ac3 commit 45e9377

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.6](https://github.com/larsrickert/nginx-proxy/compare/nginx-proxy-cli-v1.0.0-beta.5...nginx-proxy-cli-v1.0.0-beta.6) (2022-04-12)
2+
3+
4+
### Bug Fixes
5+
6+
* add `public` dir to published npm files ([dbae546](https://github.com/larsrickert/nginx-proxy/commit/dbae546cabae9c89686282d6012be9efe0077cf2))
7+
18
# [nginx-proxy-cli-v1.0.0-beta.5](https://github.com/larsrickert/nginx-proxy/compare/nginx-proxy-cli-v1.0.0-beta.4...nginx-proxy-cli-v1.0.0-beta.5) (2022-04-12)
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.5",
3+
"version": "1.0.0-beta.6",
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)
Please sign in to comment.