Skip to content

Commit 1bc1810

Browse files
authored
Release v0.18.4 (#16)
1 parent decd035 commit 1bc1810

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1515
Fixed -- for any bug fixes.
1616
Security -- in case of vulnerabilities.
1717
-->
18+
19+
## [0.18.4]
20+
21+
### Added
22+
- handling dynamically creating enums for trigger.model.setblock() command parameter
23+
24+
### Fixed
25+
- making sure that node[N].execute(), node[N].getglobal() and node[N].setglobal() only visible in TSP-Link systems.
26+
1827
## [0.18.3]
1928

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

5564
<!--Version Comparison Links-->
56-
[Unreleased]: https://github.com/tektronix/tsp-toolkit-webhelp-to-json/compare/v0.18.3...HEAD
65+
[Unreleased]: https://github.com/tektronix/tsp-toolkit-webhelp-to-json/compare/v0.18.4...HEAD
66+
[0.18.4]: https://github.com/tektronix/tsp-toolkit-webhelp-to-json/releases/tag/v0.18.4
5767
[0.18.3]: https://github.com/tektronix/tsp-toolkit-webhelp-to-json/releases/tag/v0.18.3
5868
[0.18.2]: https://github.com/tektronix/tsp-toolkit-webhelp-to-json/releases/tag/v0.18.2
5969
[0.18.1]: https://github.com/tektronix/tsp-toolkit-webhelp-to-json/releases/tag/v0.18.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tektronix/keithley_instrument_libraries",
3-
"version": "0.18.3",
3+
"version": "0.18.4",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)