Comparing version 3.0.5 to 3.0.6
@@ -0,1 +1,8 @@ | ||
## [3.0.6](https://github.com/thenativeweb/nodeenv/compare/3.0.5...3.0.6) (2020-07-21) | ||
### Bug Fixes | ||
* bump @types/node from 14.0.23 to 14.0.24 ([#240](https://github.com/thenativeweb/nodeenv/issues/240)) ([ffc29f3](https://github.com/thenativeweb/nodeenv/commit/ffc29f3da0fddd4ea467f253e86cd99e3f4ba877)) | ||
## [3.0.5](https://github.com/thenativeweb/nodeenv/compare/3.0.4...3.0.5) (2020-07-14) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "nodeenv", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "nodeenv enables tests to control Node.js environment variables.", | ||
@@ -26,7 +26,7 @@ "contributors": [ | ||
"dependencies": { | ||
"@types/node": "14.0.23" | ||
"@types/node": "14.0.24" | ||
}, | ||
"devDependencies": { | ||
"assertthat": "5.1.1", | ||
"roboter": "11.2.7", | ||
"assertthat": "5.2.1", | ||
"roboter": "11.2.8", | ||
"semantic-release-configuration": "1.0.20" | ||
@@ -33,0 +33,0 @@ }, |
9395
+ Added@types/node@14.0.24(transitive)
- Removed@types/node@14.0.23(transitive)
Updated@types/node@14.0.24