Compare commits

..

2 Commits

Author SHA1 Message Date
cb41dbaf1c 3.2.2 2024-12-13 19:03:51 +01:00
149eb800e7 fix(core): Fix minor code style and formatting issues 2024-12-13 19:03:50 +01:00
3 changed files with 6 additions and 2 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

@ -1,7 +1,7 @@
{
"name": "@push.rocks/smartshell",
"private": false,
"version": "3.2.1",
"version": "3.2.2",
"description": "A library for executing shell commands using promises.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",

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