Skip to content

Commit cb04112

Browse files
committed
chore: update version to 1.2.0
1 parent 00bc7ea commit cb04112

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/git-proxy",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Deploy custom push protections and policies on top of Git.",
55
"scripts": {
66
"cli": "node ./packages/git-proxy-cli/index.js",

Diff for: website/docs/installation.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ npm install -g @finos/git-proxy
1212
```
1313

1414
To install the Git Proxy Command Line Interface (CLI), run:
15+
1516
```bash
1617
npm install -g @finos/git-proxy-cli
1718
```
@@ -21,7 +22,7 @@ npm install -g @finos/git-proxy-cli
2122
To install a specific version of Git Proxy, append the version to the end of the install command:
2223

2324
```bash
24-
npm install -g @finos/git-proxy@1.1.0
25+
npm install -g @finos/git-proxy@1.2.0
2526
```
2627

2728
To install a specific version of the Git Proxy CLI, append the version to the end of the install command:

Diff for: website/docusaurus.config.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ module.exports = {
1111
projectName: `${projectName}`,
1212
organizationName: 'FINOS',
1313
customFields: {
14-
version: '1.1.0',
14+
version: '1.2.0',
1515
},
1616
scripts: ['https://buttons.github.io/buttons.js'],
17-
stylesheets: [
18-
'https://fonts.googleapis.com/css?family=Overpass:400,400i,700',
19-
],
17+
stylesheets: ['https://fonts.googleapis.com/css?family=Overpass:400,400i,700'],
2018
themeConfig: {
2119
colorMode: {
2220
disableSwitch: false,

0 commit comments

Comments
 (0)