Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
esarver committed Nov 11, 2024
1 parent 29ec63d commit b4f3131
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 57 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
Security -- in case of vulnerabilities.
-->

## [1.0.1]

### Fixed

- Fixed Readme links and worked around markdown parser error

## [1.0.0]

### Added
Expand Down Expand Up @@ -234,7 +240,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Feature to retrieve TSP-Link network details

<!-- Version Comparison Links -->
[Unreleased]: https://github.com/tektronix/tsp-toolkit/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/tektronix/tsp-toolkit/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/tektronix/tsp-toolkit/releases/tag/v1.0.1
[1.0.0]: https://github.com/tektronix/tsp-toolkit/releases/tag/v1.0.0
[0.18.2]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.18.2
[0.18.1]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.18.1
Expand Down
110 changes: 55 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "Tektronix",
"displayName": "Keithley TSP Toolkit",
"description": "VSCode extension for Keithley Instruments' Test Script Processor",
"version": "1.0.0",
"version": "1.0.1",
"icon": "./resources/TSP_Toolkit_128x128.png",
"galleryBanner": {
"color": "#EEEEEE",
Expand Down

0 comments on commit b4f3131

Please sign in to comment.