@monodeploy/logging
Advanced tools
Comparing version 0.1.10 to 0.1.11-rc.0
@@ -5,2 +5,11 @@ # Changelog | ||
## [0.1.10](https://github.com/tophat/monodeploy/compare/@monodeploy/logging@0.1.9...@monodeploy/logging@0.1.10) "@monodeploy/logging" (2021-09-15)<a name="0.1.10"></a> | ||
### Bug Fixes | ||
* update yarn dependencies (#429) ([03a82b7](https://github.com/tophat/monodeploy/commits/03a82b7)) | ||
## [0.1.9](https://github.com/tophat/monodeploy/compare/@monodeploy/logging@0.1.8...@monodeploy/logging@0.1.9) "@monodeploy/logging" (2021-07-26)<a name="0.1.9"></a> | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "@monodeploy/logging", | ||
"version": "0.1.10", | ||
"version": "0.1.11-rc.0", | ||
"repository": { | ||
@@ -29,8 +29,8 @@ "type": "git", | ||
"@types/node": "^14.17.14", | ||
"@yarnpkg/core": "^3.1.0-rc.3" | ||
"@yarnpkg/core": "^3.1.0-rc.9" | ||
}, | ||
"peerDependencies": { | ||
"@yarnpkg/core": "^3.1.0-rc.3" | ||
"@yarnpkg/core": "^3.1.0-rc.9" | ||
}, | ||
"types": "./lib/index.d.ts" | ||
} |
9624