Skip to content

Commit 5f74bda

Browse files
committed
chore: patch 1.2.2
1 parent 0c422ce commit 5f74bda

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Patch 1.2.2
9+
### Updated:
10+
* Updated `nanospinner` dependency from 1.1.0 to 1.2.0
11+
* Updated `yaml` dependency from 2.5.0 to 2.6.0
12+
* Updated `husky` dependency from 9.1.5 to 9.1.6
13+
814
## Patch 1.2.1
915
Full changelog [here](https://github.com/stbestichhh/stlib-testing/pull/94)
1016

bin/cli/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const handleOptionsAndExecuteAction = async (options: StestOptions) => {
2020
program
2121
.name('stest')
2222
.description('Testing framework for TypeScript Node.js applications')
23-
.version('1.2.1');
23+
.version('1.2.2');
2424

2525
program
2626
.option(

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stlib/testing",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Testing framework for TypeScript Node.js applications",
55
"main": "stutil.ts",
66
"types": "stutil.d.ts",

0 commit comments

Comments
 (0)