Skip to content

Commit b5a8d9e

Browse files
authored
Merge pull request #1322 from jescalada/bump-to-rc.4
chore: bump git-proxy version to v2.0.0-rc.4
2 parents 102b837 + 05ee555 commit b5a8d9e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/git-proxy",
3-
"version": "2.0.0-rc.3",
3+
"version": "2.0.0-rc.4",
44
"description": "Deploy custom push protections and policies on top of Git.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/git-proxy-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@finos/git-proxy-cli",
3-
"version": "2.0.0-rc.3",
3+
"version": "2.0.0-rc.4",
44
"description": "Command line interface tool for FINOS GitProxy.",
55
"bin": {
66
"git-proxy-cli": "./dist/index.js"
77
},
88
"dependencies": {
99
"axios": "^1.13.2",
1010
"yargs": "^17.7.2",
11-
"@finos/git-proxy": "2.0.0-rc.3"
11+
"@finos/git-proxy": "2.0.0-rc.4"
1212
},
1313
"scripts": {
1414
"build": "tsc",

0 commit comments

Comments
 (0)