File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
915Full changelog [ here] ( https://github.com/stbestichhh/stlib-testing/pull/94 )
1016
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const handleOptionsAndExecuteAction = async (options: StestOptions) => {
2020program
2121 . name ( 'stest' )
2222 . description ( 'Testing framework for TypeScript Node.js applications' )
23- . version ( '1.2.1 ' ) ;
23+ . version ( '1.2.2 ' ) ;
2424
2525program
2626 . option (
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments