Skip to content

Commit

Permalink
Release v0.18.4 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
jharajeev55 authored Dec 11, 2024
1 parent decd035 commit 1bc1810
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
Fixed -- for any bug fixes.
Security -- in case of vulnerabilities.
-->

## [0.18.4]

### Added
- handling dynamically creating enums for trigger.model.setblock() command parameter

### Fixed
- making sure that node[N].execute(), node[N].getglobal() and node[N].setglobal() only visible in TSP-Link systems.

## [0.18.3]

### Added
Expand Down Expand Up @@ -53,7 +62,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- workflow has been added for generaing json artifacts.

<!--Version Comparison Links-->
[Unreleased]: https://github.com/tektronix/tsp-toolkit-webhelp-to-json/compare/v0.18.3...HEAD
[Unreleased]: https://github.com/tektronix/tsp-toolkit-webhelp-to-json/compare/v0.18.4...HEAD
[0.18.4]: https://github.com/tektronix/tsp-toolkit-webhelp-to-json/releases/tag/v0.18.4
[0.18.3]: https://github.com/tektronix/tsp-toolkit-webhelp-to-json/releases/tag/v0.18.3
[0.18.2]: https://github.com/tektronix/tsp-toolkit-webhelp-to-json/releases/tag/v0.18.2
[0.18.1]: https://github.com/tektronix/tsp-toolkit-webhelp-to-json/releases/tag/v0.18.1
Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "@tektronix/keithley_instrument_libraries",
"version": "0.18.3",
"version": "0.18.4",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1bc1810

Please sign in to comment.