diff --git a/CHANGELOG.md b/CHANGELOG.md index e962a07..a4df568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ Disclaimer: for the moment, all the commands that I use are rendered. Commits will slow down. May not update at all. +## [0.5.4] 2023-10-19 +### added + * cd + ## [0.5.3] 2023-10-16 ### Modified * break: -force-condition and explicit location diff --git a/README.md b/README.md index 2e69c43..38f7e86 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,9 @@ VSCode grammar extension to color higlight scripts for GDB -## Changelog -## [0.5.3] 2023-10-16 -### Modified - * break: -force-condition and explicit location +## [0.5.4] 2023-10-19 +### added + * cd ## Features diff --git a/package.json b/package.json index 62397c8..5842e44 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Syntax color for GDB command", "repository": "https://github.com/pirpyn/gdb-syntax-vscode", "icon" : "images/archer.png", - "version": "0.5.3", + "version": "0.5.4", "engines": { "vscode": "^1.45.0" },