Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [nginx-proxy-cli-v2.0.0](nginx-proxy-cli-v1.0.7...nginx-proxy-cli-v2.0.0) (2023-11-29)

### chore

* update dependencies ([5f5e48f](5f5e48f))

### BREAKING CHANGES

* require node version >= 16
  • Loading branch information
semantic-release-bot committed Nov 29, 2023
1 parent 877c454 commit c64e0db
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [nginx-proxy-cli-v2.0.0](https://github.com/larsrickert/nginx-proxy/compare/nginx-proxy-cli-v1.0.7...nginx-proxy-cli-v2.0.0) (2023-11-29)


### chore

* update dependencies ([5f5e48f](https://github.com/larsrickert/nginx-proxy/commit/5f5e48f62bd66d9a5067d38a3aa349825cad4639))


### BREAKING CHANGES

* require node version >= 16

# [nginx-proxy-cli-v1.0.7](https://github.com/larsrickert/nginx-proxy/compare/nginx-proxy-cli-v1.0.6...nginx-proxy-cli-v1.0.7) (2023-10-03)


Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nginx-proxy-cli",
"version": "1.0.7",
"version": "2.0.0",
"description": "CLI for deploying docker-compose applications using the nginx-proxy (https://nginxproxy.lars-rickert.de).",
"main": "bin/index.js",
"author": "larsrickert",
Expand Down

0 comments on commit c64e0db

Please sign in to comment.