Skip to content

Commit

Permalink
Task/tsp 836 enable lua 5.0 (#55)
Browse files Browse the repository at this point in the history
Updating versions and changelog
  • Loading branch information
jharajeev55 authored Oct 9, 2024
1 parent dad418e commit 2fe7717
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 16 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
-->

## [0.18.1]
### Added
- Support for lua 5.0 library

### Changed
- Updated sub commands help text

### Fixed
- Showing correct model and serial number information instead of undefined (TSP-809)
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
"typescript": "5.5.4"
},
"dependencies": {
"@tektronix/keithley_instrument_libraries": "0.18.1",
"@tektronix/keithley_instrument_libraries": "0.18.2",
"@tektronix/web-help-documents": "0.18.0",
"@types/cheerio": "0.22.35",
"cheerio": "1.0.0",
Expand All @@ -361,8 +361,8 @@
"xml-js": "1.6.11"
},
"optionalDependencies": {
"@tektronix/kic-cli-linux-x64": "0.18.2",
"@tektronix/kic-cli-win32-x64": "0.18.2"
"@tektronix/kic-cli-linux-x64": "0.18.3-0",
"@tektronix/kic-cli-win32-x64": "0.18.3-0"
},
"extensionDependencies": [
"sumneko.lua"
Expand Down
2 changes: 1 addition & 1 deletion src/workspaceManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const tspConfigJsonContent = `{
export const nodesTableHeader = `
-- !!! DO NOT EDIT !!!
-- Auto-generated script
-- To enable language features for speciifc model, edit the config.tsp.json file in this folder.
-- To enable language features for specific model, edit the config.tsp.json file in this folder.
`

Expand Down

0 comments on commit 2fe7717

Please sign in to comment.