Skip to content

Commit

Permalink
Merge pull request #413 from lukecotter/chore-update-version-1.10.0-r…
Browse files Browse the repository at this point in the history
…elease

chore: update version for v1.10.0 release
  • Loading branch information
lcottercertinia authored Oct 19, 2023
2 parents 0563ce5 + eb7ca5b commit cbc4a61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0] - 2023-10-19

### Added

Expand Down Expand Up @@ -37,6 +37,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `Export to CSV` not working when a log was opened in a new VSCode window and not associated to a workspace ([#363][#363])

## [1.8.0]

Skipped due to adopting odd numbering for pre releases and even number for releases.

## [1.7.1] - 2023-08-10

### Fixed
Expand Down Expand Up @@ -256,7 +260,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add explorer menu item
- Provide more information when selecting log to download

<!-- Unreleased -->
<!-- v1.10.0 -->

[#279]: https://github.com/certinia/debug-log-analyzer/issues/279
[#210]: https://github.com/certinia/debug-log-analyzer/issues/210
Expand Down
2 changes: 1 addition & 1 deletion lana/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lana",
"displayName": "Apex Log Analyzer",
"version": "1.8.0",
"version": "1.10.0",
"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",
Expand Down

0 comments on commit cbc4a61

Please sign in to comment.