Skip to content

Commit 7d0e209

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.0.1...v3.0.0) (2020-05-06) ### Features * **proxy:** focus on forwarding all traffic to a single repository ([9bc107b](9bc107b)), closes [#9](#9) * **proxy:** show the configuration of the proxy at startup ([b5b6b01](b5b6b01)) ### BREAKING CHANGES * **proxy:** repository host and port is not set through the repository name anymore, instead configure it through environment variables.
1 parent aca174c commit 7d0e209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "container-registry-proxy",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "A simple container registry proxy.",
55
"main": "bin/index.js",
66
"repository": "https://github.com/Addono/container-registry-proxy.git",

0 commit comments

Comments
 (0)