Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
7f765c08e4 | |||
4e7b5a693d |
@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-09-19 - 5.2.2 - fix(core)
|
||||||
|
Ensure reliability in test setup and execution
|
||||||
|
|
||||||
|
- Added new pre-task functionality to log starting of tasks.
|
||||||
|
- Enhanced `runCommand` method to better handle shell command execution.
|
||||||
|
- Fixed issue in `createHttpsCert` to correctly generate self-signed certificates.
|
||||||
|
|
||||||
## 2024-09-19 - 5.2.1 - fix(tapbundle)
|
## 2024-09-19 - 5.2.1 - fix(tapbundle)
|
||||||
Add qenv package to dependencies for environment management
|
Add qenv package to dependencies for environment management
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/tapbundle",
|
"name": "@push.rocks/tapbundle",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "5.2.1",
|
"version": "5.2.2",
|
||||||
"description": "A test automation library bundling utilities and tools for TAP (Test Anything Protocol) based testing, specifically tailored for tapbuffer.",
|
"description": "A test automation library bundling utilities and tools for TAP (Test Anything Protocol) based testing, specifically tailored for tapbuffer.",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./dist_ts/index.js",
|
".": "./dist_ts/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/tapbundle',
|
name: '@push.rocks/tapbundle',
|
||||||
version: '5.2.1',
|
version: '5.2.2',
|
||||||
description: 'A test automation library bundling utilities and tools for TAP (Test Anything Protocol) based testing, specifically tailored for tapbuffer.'
|
description: 'A test automation library bundling utilities and tools for TAP (Test Anything Protocol) based testing, specifically tailored for tapbuffer.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user