diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a1f7c3..8cbfab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 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) + ### 0.6.12 - Enhance RPGLE syntax coloring, thanks to [@chrjorgensen](https://github.com/chrjorgensen). [127](https://github.com/barrettotte/vscode-ibmi-languages/issues/127) diff --git a/package.json b/package.json index 6989d8a..310da18 100644 --- a/package.json +++ b/package.json @@ -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.12", + "version": "0.6.13", "publisher": "barrettotte", "author": { "name": "Barrett Otte"