Skip to content

Commit

Permalink
bumps to 0.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettotte committed Aug 13, 2024
1 parent 9bdc51b commit 0252f7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 0.6.18

- Fixes case sensitivity problem with CLLE `*ALL` constant. [143](https://github.com/barrettotte/vscode-ibmi-languages/issues/143)
- Fixes identifier regex issues with DDS files. [141](https://github.com/barrettotte/vscode-ibmi-languages/issues/141)

### 0.6.17

- Adds identifier regex fix for troublesome CCSIDs in RPGLE, CMD, and CLLE. Thanks to [@chrjorgensen](https://github.com/chrjorgensen). [139](https://github.com/barrettotte/vscode-ibmi-languages/pull/139)
Expand Down
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": "ibmi-languages",
"displayName": "IBMi Languages",
"description": "Syntax highlighting for IBM i languages such as RPG, CL, DDS, MI, and RPGLE fixed/free.",
"version": "0.6.17",
"version": "0.6.18",
"publisher": "barrettotte",
"author": {
"name": "Barrett Otte"
Expand Down

0 comments on commit 0252f7b

Please sign in to comment.