From 5ec4ebc970f4189943e9176cdfd45ff6aee410cd Mon Sep 17 00:00:00 2001 From: Jamie Slome Date: Thu, 9 May 2024 16:47:14 +0100 Subject: [PATCH] chore: prepare release of version 1.2.1 --- package.json | 2 +- website/docs/installation.mdx | 2 +- website/docusaurus.config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 93d31c9b..8e8c4b8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@finos/git-proxy", - "version": "1.2.0", + "version": "1.2.1", "description": "Deploy custom push protections and policies on top of Git.", "scripts": { "cli": "node ./packages/git-proxy-cli/index.js", diff --git a/website/docs/installation.mdx b/website/docs/installation.mdx index 600fdbce..4d807dec 100644 --- a/website/docs/installation.mdx +++ b/website/docs/installation.mdx @@ -22,7 +22,7 @@ npm install -g @finos/git-proxy-cli To install a specific version of Git Proxy, append the version to the end of the install command: ```bash -npm install -g @finos/git-proxy@1.2.0 +npm install -g @finos/git-proxy@1.2.1 ``` To install a specific version of the Git Proxy CLI, append the version to the end of the install command: diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index a82e3239..12e82c06 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -11,7 +11,7 @@ module.exports = { projectName: `${projectName}`, organizationName: 'FINOS', customFields: { - version: '1.2.0', + version: '1.2.1', }, scripts: ['https://buttons.github.io/buttons.js'], stylesheets: ['https://fonts.googleapis.com/css?family=Overpass:400,400i,700'],