From f6e79324923fc4dce5a67f15341efde281de22d6 Mon Sep 17 00:00:00 2001 From: Syeda Zainab <83520846+srzainab@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:39:05 -0800 Subject: [PATCH 1/2] version bump --- .vscode/launch.json | 2 +- .vscode/tasks.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 8b3049c..9e810bb 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -3,7 +3,7 @@ // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 { - "version": "2.0.0", + "version": "2.0.1", "configurations": [ { "name": "Run Extension", diff --git a/.vscode/tasks.json b/.vscode/tasks.json index d3aacba..3bbc029 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -1,7 +1,7 @@ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format { - "version": "2.0.0", + "version": "2.0.1", "tasks": [ { "type": "npm", diff --git a/package.json b/package.json index 0af4e6b..b2cf64b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "Pullflow", "displayName": "Pullflow", "description": "Code review collaboration across GitHub, Slack, and VS Code.", - "version": "2.0.0", + "version": "2.0.1", "preview": true, "license": "MIT", "engines": { From 489fd6c02c972a87448818db39603ec0ca4297b6 Mon Sep 17 00:00:00 2001 From: Syeda Zainab <83520846+srzainab@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:39:31 -0800 Subject: [PATCH 2/2] fix typo in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b2cf64b..7144003 100644 --- a/package.json +++ b/package.json @@ -183,7 +183,7 @@ "pullflow.automaticFlowDetection.enabled": { "type": "boolean", "default": true, - "markdownDescription": "Alow Pullflow to automatically detect flow state based on keystrokes.\n\n_**Note:** Extension must be reloaded for this to take affect._" + "markdownDescription": "Allow Pullflow to automatically detect flow state based on keyboard activity.\n\n_**Note:** Extension must be reloaded for this to take affect._" } } }