Skip to content

Commit

Permalink
updated package version to v2.0.7 for publishing to vscode marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
RobHolme committed Aug 7, 2024
1 parent 49a8396 commit 361bab5
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 @@ -195,11 +195,15 @@ All notable changes to the "hl7tools" extension will be documented in this file.
* rolled back, not released.

## 2.0.6 (12/11/2023)
merged pull request from Dmitry Maslennikov (https://github.com/daimor).
Merged pull request from Dmitry Maslennikov (https://github.com/daimor).
* Easy send message, added CodeLense, to fast open send message view
* Checks for updates in VSCode settings, no need to reload VSCode
* SendMessage View updates:
* Start/Stop Listener right from the view
* when loses focus and returns back keeps form filled
* will update the list of favorites if it was updated in settings
* autofill the first favorite server
* autofill the first favorite server

## 2.0.7 (07/08/2024)
Merged pull request from https://github.com/Tim-Hennig to fix issues with additional components in v2.2 'CN' data type.
Fixes typos in descriptions of v2.2, v2.3 data types.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hl7tools",
"displayName": "HL7Tools",
"description": "HL7 tools for Visual Studio Code",
"version": "2.0.6",
"version": "2.0.7",
"icon": "images/hl7tools-icon.png",
"publisher": "RobHolme",
"license": "MIT",
Expand Down

0 comments on commit 361bab5

Please sign in to comment.