@monodeploy/logging
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -5,2 +5,12 @@ # Changelog | ||
## [3.3.1](https://github.com/tophat/monodeploy/compare/@monodeploy/logging@3.3.0...@monodeploy/logging@3.3.1) "@monodeploy/logging" (2022-10-13)<a name="3.3.1"></a> | ||
### Bug Fixes | ||
* update to yarn 3.2.3 (#513) ([a6e8030](https://github.com/tophat/monodeploy/commits/a6e8030)) | ||
* update to yarn 3.2.4 ([6aebff9](https://github.com/tophat/monodeploy/commits/6aebff9)) | ||
## [3.3.0](https://github.com/tophat/monodeploy/compare/@monodeploy/logging@3.2.0...@monodeploy/logging@3.3.0) "@monodeploy/logging" (2022-08-11)<a name="3.3.0"></a> | ||
@@ -7,0 +17,0 @@ |
{ | ||
"name": "@monodeploy/logging", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"repository": { | ||
@@ -31,8 +31,8 @@ "type": "git", | ||
"@types/node": "^14.17.14", | ||
"@yarnpkg/core": "^3.2.3" | ||
"@yarnpkg/core": "^3.2.5" | ||
}, | ||
"peerDependencies": { | ||
"@yarnpkg/core": "^3.2.3" | ||
"@yarnpkg/core": "^3.2.5" | ||
}, | ||
"types": "./lib/index.d.ts" | ||
} |
12862