Skip to content

Commit 2f6bd7c

Browse files
authored
Merge pull request finos#1674 from finos/chore/bump-version-2.1.0-31605870335
chore: bump version to 2.1.0
2 parents d781e68 + 5c7a86f commit 2f6bd7c

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

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",
3+
"version": "2.1.0",
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,12 +1,12 @@
11
{
22
"name": "@finos/git-proxy-cli",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Command line interface tool for FINOS GitProxy.",
55
"bin": {
66
"git-proxy-cli": "./dist/index.js"
77
},
88
"dependencies": {
9-
"@finos/git-proxy": "2.0.0"
9+
"@finos/git-proxy": "2.1.0"
1010
},
1111
"scripts": {
1212
"build": "tsc",

0 commit comments

Comments
 (0)