Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
cb41dbaf1c | |||
149eb800e7 |
@ -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
|
||||
|
||||
|
@ -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",
|
||||
|
@ -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.'
|
||||
}
|
||||
|
Reference in New Issue
Block a user