Skip to content

Commit 6a82a8f

Browse files
Merge pull request #484 from lukecotter/chore-bump-releae-version-to-v1.14.0
chore: bump release version to v1.14.0
2 parents 771cb95 + fb17151 commit 6a82a8f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ 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.14.0] - 2024-02-12
99

1010
### Added
1111

1212
- View, Filter and Group by namespace on the Call Tree, Analysis + Database views ([#299][#299])
13-
- View and Filter : Call Tree, Analysis and Database views
14-
- Group by : Analysis and Database views
13+
- View and Filter by namespace on the Call Tree, Analysis and Database views
14+
- Group by namespace on the Analysis and Database views
1515

1616
### Changed
1717

18-
- Apex Log Parser Speed improveed to between 2 and 3 faster ([#475][#475])
18+
- Apex Log Parsing is up to 3X faster ([#475][#475])
1919
- Go to file multiple workspace handling simplified ([#202][#202])
2020
- Go to file from Call Tree will only ask you to select a workspace if more than one matching file is found in multiple workspaces, instead of everytime.
2121

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.12.1",
4+
"version": "1.14.0",
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",

0 commit comments

Comments
 (0)