From b79846eb309bf1bfc0e7eba36fc25de2a9f295b9 Mon Sep 17 00:00:00 2001 From: RupengLiu Date: Tue, 22 Sep 2020 11:13:11 -0700 Subject: [PATCH] Release 0.1.6 (#123) --- CHANGELOG.md | 3 +++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b7c31b..ce246ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log All notable changes to the "Azure Api Managment VS Code" extension will be documented in this file. +## [0.1.6 - 2020-09-22] + +- Policy debugging ## [0.1.5 - 2020-09-08] diff --git a/package-lock.json b/package-lock.json index 6576c15..380c6f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-apimanagement", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7334ab0..90cac03 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-apimanagement", "displayName": "Azure API Management", "description": "An Azure API Management extension for Visual Studio Code.", - "version": "0.1.5", + "version": "0.1.6", "publisher": "ms-azuretools", "icon": "resources/azure-apim.png", "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",