Skip to content

Commit de677d3

Browse files
chore(release): 3.0.0 [skip ci]
# [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`
1 parent 8763fb9 commit de677d3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

cli/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [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)
2+
3+
4+
### chore
5+
6+
* bump minimum node version ([#23](https://github.com/larsrickert/nginx-proxy/issues/23)) ([8763fb9](https://github.com/larsrickert/nginx-proxy/commit/8763fb914a57849b20a38949ba4363aecf1d1301))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* bump min node version to `>= 18`
12+
113
# [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)
214

315

cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nginx-proxy-cli",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
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)