From 0ea0d38b5c314c576d170b439d9e3d4363d69e02 Mon Sep 17 00:00:00 2001 From: Barrett Date: Sat, 27 Feb 2021 19:44:09 -0500 Subject: [PATCH] update changelog and bump version number --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c40d98c..f4548c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +--- +### 0.5.7 +- Fix ```in``` keyword in RPGLE [69](https://github.com/barrettotte/vscode-ibmi-languages/issues/69) --- ### 0.5.6 @@ -85,7 +88,7 @@ - RPG/400: Fixed a handful of highlighting errors I missed --- +--- ## 0.3.0 - DSPF, ICFF, basic MI, and more fixes - Misc regular expression fixes for RPG/400 and CL - Display and ICF DDS file highlighting diff --git a/package.json b/package.json index 2265974..ac7cb48 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ibmi-languages", "displayName": "IBMi Languages", "description": "Provide syntax highlighting for IBMi languages such as RPG, CL, DDS, and MI.", - "version": "0.5.6", + "version": "0.5.7", "publisher": "barrettotte", "author": { "name": "Barrett Otte"