From a1a084a7f99cb3276312424d67b2f38578256a01 Mon Sep 17 00:00:00 2001 From: Jacek W Date: Mon, 21 Jun 2021 23:39:05 +0200 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fff06f..83bb4c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.1.0](https://github.com/wozjac/vscode-ui5-api-reference/compare/v1.0.4...v1.1.0) (2021-06-21) + + +### Features + +* add context menu item in XML views to open the reference panel for a control under selection ([68fb62e](https://github.com/wozjac/vscode-ui5-api-reference/commit/68fb62e3d158e4f2ecc132996010ae2714035c8f)) + ### [1.0.4](https://github.com/wozjac/vscode-ui5-api-reference/compare/v1.0.3...v1.0.4) (2021-06-08) ### [1.0.3](https://github.com/wozjac/vscode-ui5-api-reference/compare/v1.0.2...v1.0.3) (2021-06-08) diff --git a/package-lock.json b/package-lock.json index 44fcbba..c2bc91a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-ui5-api-reference", - "version": "1.0.4", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 6e5263f..a210f83 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "VSCode-UI5: API Reference", "description": "VSCode extension: SAPUI5/OpenUI5 Reference documentation in a side bar view", "license": "MIT", - "version": "1.0.4", + "version": "1.1.0", "engines": { "vscode": "^1.53.0" },