Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [nginx-proxy-cli-v3.0.0](nginx-proxy-cli-v2.0.2...nginx-proxy-cli-v3.0.0) (2024-05-01)

### chore

* bump minimum node version ([#23](#23)) ([8763fb9](8763fb9))

### BREAKING CHANGES

* bump min node version to `>= 18`
  • Loading branch information
semantic-release-bot committed May 1, 2024
1 parent 8763fb9 commit de677d3
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-v3.0.0](https://github.com/larsrickert/nginx-proxy/compare/nginx-proxy-cli-v2.0.2...nginx-proxy-cli-v3.0.0) (2024-05-01)


### chore

* bump minimum node version ([#23](https://github.com/larsrickert/nginx-proxy/issues/23)) ([8763fb9](https://github.com/larsrickert/nginx-proxy/commit/8763fb914a57849b20a38949ba4363aecf1d1301))


### BREAKING CHANGES

* bump min node version to `>= 18`

# [nginx-proxy-cli-v2.0.2](https://github.com/larsrickert/nginx-proxy/compare/nginx-proxy-cli-v2.0.1...nginx-proxy-cli-v2.0.2) (2024-01-20)


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": "2.0.2",
"version": "3.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 de677d3

Please sign in to comment.