Skip to content

Commit

Permalink
bump to 0.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjorgensen committed Jun 15, 2023
1 parent bf71ef6 commit e9d72ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 0.6.14

- Fix invalid regex in RPGLE grammar, thanks to [@lildude](https://github.com/lildude). [130](https://github.com/barrettotte/vscode-ibmi-languages/pull/130)

### 0.6.13

- Adds `.rpgleinc` to RPGLE file extensions, thanks to [@GajenderI](https://github.com/GajenderI). [128](https://github.com/barrettotte/vscode-ibmi-languages/issues/128)
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.13",
"version": "0.6.14",
"publisher": "barrettotte",
"author": {
"name": "Barrett Otte"
Expand Down

0 comments on commit e9d72ce

Please sign in to comment.