fix(core): Fix minor code style and formatting issues

This commit is contained in:
Philipp Kunz 2024-12-13 19:03:50 +01:00
parent 91e84c8422
commit 149eb800e7
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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.'
}