Skip to content

Commit 9256e37

Browse files
Merge pull request #548 from lukecotter/chore-bump-release-to-v1.16.1
chore: bump release to v1.16.1
2 parents 49ee922 + b13d5f9 commit 9256e37

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.16.1] - 2024-12-03
99

1010
### Fixed
1111

lana/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lana",
33
"displayName": "Apex Log Analyzer",
4-
"version": "1.16.0",
4+
"version": "1.16.1",
55
"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",
66
"keywords": [
77
"apex",

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,5 @@
5252
"@apexdevtools/sfdx-auth-helper>jsforce": "^2.0.0-beta.27",
5353
"@apexdevtools/sfdx-auth-helper>@salesforce/core": "^4.3.11"
5454
}
55-
},
56-
"version": "1.16.0"
55+
}
5756
}

0 commit comments

Comments
 (0)