From dadf8b0c7061615ff4269b6243437bd1ba28342a Mon Sep 17 00:00:00 2001 From: Luke Cotter <81575432+lcotterffdc@users.noreply.github.com> Date: Tue, 8 Nov 2022 10:00:53 +0000 Subject: [PATCH 1/2] chore: update to v1.5.2 for changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4483195..64924531 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.5.2] - 2022-11-08 ### Fixed From d40b74c180e71f46e4ebf2abf6a4117228974952 Mon Sep 17 00:00:00 2001 From: Luke Cotter <81575432+lcotterffdc@users.noreply.github.com> Date: Tue, 8 Nov 2022 10:01:13 +0000 Subject: [PATCH 2/2] chore: update to v1.5.2 for package version --- lana/package-lock.json | 4 ++-- lana/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lana/package-lock.json b/lana/package-lock.json index 6a772db8..f4621d29 100644 --- a/lana/package-lock.json +++ b/lana/package-lock.json @@ -1,12 +1,12 @@ { "name": "lana", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "lana", - "version": "1.5.1", + "version": "1.5.2", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "pkgforce": "^2.1.4" diff --git a/lana/package.json b/lana/package.json index 81aff79c..ae3ea316 100644 --- a/lana/package.json +++ b/lana/package.json @@ -1,7 +1,7 @@ { "name": "lana", "displayName": "Apex Log Analyzer", - "version": "1.5.1", + "version": "1.5.2", "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",