From d7e924120e79cda325ce8acaf989ff96562e23f5 Mon Sep 17 00:00:00 2001 From: Peter van Gulik Date: Fri, 27 Oct 2023 21:47:38 +0200 Subject: [PATCH] chore: publish version 0.20.9 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/vscode-extension/CHANGELOG.md | 6 ++++++ packages/vscode-extension/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e41a1d..7bc0ea22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.20.9](https://github.com/codeneos/vlocode/compare/v0.20.8...v0.20.9) (2023-10-27) + +### Features + +* add view meta XML command to switch quickly to the related meta file ([6c2e688](https://github.com/codeneos/vlocode/commit/6c2e688f71b146a876cf5b0cc8116d6cecc4885d)) + ## [0.20.8](https://github.com/codeneos/vlocode/compare/v0.20.7...v0.20.8) (2023-10-18) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 899ae61d..b23eee84 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.20.8", + "version": "0.20.9", "npmClient": "pnpm", "packages": ["packages/*"], "command": { diff --git a/packages/vscode-extension/CHANGELOG.md b/packages/vscode-extension/CHANGELOG.md index b8561cdd..53b82965 100644 --- a/packages/vscode-extension/CHANGELOG.md +++ b/packages/vscode-extension/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.20.9](https://github.com/codeneos/vlocode/compare/v0.20.8...v0.20.9) (2023-10-27) + +### Features + +* add view meta XML command to switch quickly to the related meta file ([6c2e688](https://github.com/codeneos/vlocode/commit/6c2e688f71b146a876cf5b0cc8116d6cecc4885d)) + ## [0.20.8](https://github.com/codeneos/vlocode/compare/v0.20.7...v0.20.8) (2023-10-18) **Note:** Version bump only for package vlocode diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index 2cfda7c2..54af5d5d 100644 --- a/packages/vscode-extension/package.json +++ b/packages/vscode-extension/package.json @@ -3,7 +3,7 @@ "private": true, "displayName": "Salesforce Vlocity Integration", "description": "Salesforce and Vlocity development and deployment extension for VSCode", - "version": "0.20.8", + "version": "0.20.9", "license": "MIT", "icon": "resources/icon.png", "author": {