@monodeploy/logging
Advanced tools
Comparing version 4.2.0 to 4.3.0
@@ -5,2 +5,16 @@ # Changelog | ||
## [4.3.0](https://github.com/tophat/monodeploy/compare/@monodeploy/logging@4.2.0...@monodeploy/logging@4.3.0) "@monodeploy/logging" (2023-09-05)<a name="4.3.0"></a> | ||
### Dependencies | ||
* update dependency jest to ^29.6.2 (#810) ([4566664](https://github.com/tophat/monodeploy/commits/4566664)) | ||
* accept minor and patch updates (#817) ([ca86dd6](https://github.com/tophat/monodeploy/commits/ca86dd6)) | ||
### Features | ||
* update yarn target to v3.6.3 (#816) ([c56c619](https://github.com/tophat/monodeploy/commits/c56c619)) | ||
## [4.2.0](https://github.com/tophat/monodeploy/compare/@monodeploy/logging@4.1.0...@monodeploy/logging@4.2.0) "@monodeploy/logging" (2023-07-20)<a name="4.2.0"></a> | ||
@@ -7,0 +21,0 @@ |
{ | ||
"name": "@monodeploy/logging", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"repository": { | ||
@@ -30,10 +30,10 @@ "type": "git", | ||
"devDependencies": { | ||
"@types/jest": "^29.5.2", | ||
"@types/node": "^18.15.11", | ||
"@yarnpkg/core": "^3.5.2" | ||
"@types/jest": "^29.5.4", | ||
"@types/node": "^18.17.12", | ||
"@yarnpkg/core": "^3.5.3" | ||
}, | ||
"peerDependencies": { | ||
"@yarnpkg/core": "^3.5.2" | ||
"@yarnpkg/core": "^3.5.3" | ||
}, | ||
"types": "./lib/index.d.ts" | ||
} |
16850