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 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", 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" + } }