diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d550ca8b..5d62ce898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.8.3 - 2022-10-25 + +### Changed + +- Revert addition of PyStein "feature flag" setting. [#3386](https://github.com/microsoft/vscode-azurefunctions/pull/3386) + ## 1.8.2 - 2022-10-18 ### Fixed diff --git a/package-lock.json b/package-lock.json index 64e894b31..918f02e2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-azurefunctions", - "version": "1.8.2", + "version": "1.8.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-azurefunctions", - "version": "1.8.2", + "version": "1.8.3", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@azure/arm-appinsights": "^4.0.0", diff --git a/package.json b/package.json index a6d732389..3e46634c7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-azurefunctions", "displayName": "Azure Functions", "description": "%azureFunctions.description%", - "version": "1.8.2", + "version": "1.8.3", "publisher": "ms-azuretools", "icon": "resources/azure-functions.png", "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",