From 9d5759e2d2c0c712f831da1bafa6909f0005af0f Mon Sep 17 00:00:00 2001 From: Peter van Gulik Date: Fri, 10 May 2024 14:51:05 +0200 Subject: [PATCH] chore: publish version 1.24.1 --- 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 4b226397..12d67ed8 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. +## [1.24.1](https://github.com/codeneos/vlocode/compare/v1.24.0...v1.24.1) (2024-05-10) + +### Features + +* Update VlocityAdminCommand with new commands and details ([b5213f3](https://github.com/codeneos/vlocode/commit/b5213f33045137f853cc191abb31d1b801f2d4f7)) + # [1.24.0](https://github.com/codeneos/vlocode/compare/v1.23.0...v1.24.0) (2024-05-09) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 9695fc33..755e0f4e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "1.24.0", + "version": "1.24.1", "npmClient": "pnpm", "packages": ["packages/*"], "command": { diff --git a/packages/vscode-extension/CHANGELOG.md b/packages/vscode-extension/CHANGELOG.md index f599cf05..04959d86 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. +## [1.24.1](https://github.com/codeneos/vlocode/compare/v1.24.0...v1.24.1) (2024-05-10) + +### Features + +* Update VlocityAdminCommand with new commands and details ([b5213f3](https://github.com/codeneos/vlocode/commit/b5213f33045137f853cc191abb31d1b801f2d4f7)) + # [1.24.0](https://github.com/codeneos/vlocode/compare/v1.23.0...v1.24.0) (2024-05-09) ### Features diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index da711349..3d1734c6 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": "1.24.0", + "version": "1.24.1", "license": "MIT", "icon": "resources/icon.png", "author": {