diff --git a/changelog.md b/changelog.md index dce718e..3ef5462 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2024-12-13 - 3.2.2 - fix(core) +Fix minor code style and formatting issues + + ## 2024-12-13 - 3.2.1 - fix(dependencies) Update @types/node dependency version diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 42db993..33fa0e8 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartshell', - version: '3.2.1', + version: '3.2.2', description: 'A library for executing shell commands using promises.' }