From 8f17dfa8c8d88cac9165d6e77fbf775c294958f3 Mon Sep 17 00:00:00 2001 From: Luke Cotter <4013877+lukecotter@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:00:52 +0000 Subject: [PATCH 1/3] docs: update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ff014ca..2f3f6240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.16.1] - 2024-12-03 ### Fixed From 9b825c4a9af0bae5abe49bdbd90833b874607d3c Mon Sep 17 00:00:00 2001 From: Luke Cotter <4013877+lukecotter@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:01:33 +0000 Subject: [PATCH 2/3] chore: bump lana version for release to v1.16.1 --- lana/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lana/package.json b/lana/package.json index ab03140d..251992ea 100644 --- a/lana/package.json +++ b/lana/package.json @@ -1,7 +1,7 @@ { "name": "lana", "displayName": "Apex Log Analyzer", - "version": "1.16.0", + "version": "1.16.1", "description": "Analyzer for Salesforce debug logs - Visualize code execution via a Flame graph and identify performance and SOQL/DML problems via Method and Database analysis", "keywords": [ "apex", From b13d5f9f380efbdc6a5b12dddc99b7a8b9e2eb2c Mon Sep 17 00:00:00 2001 From: Luke Cotter <4013877+lukecotter@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:37:56 +0000 Subject: [PATCH 3/3] chore: remove version from root package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index b82cf2f8..663f5aa1 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,5 @@ "@apexdevtools/sfdx-auth-helper>jsforce": "^2.0.0-beta.27", "@apexdevtools/sfdx-auth-helper>@salesforce/core": "^4.3.11" } - }, - "version": "1.16.0" + } }