Comparing version 3.0.5 to 3.0.6
@@ -0,1 +1,8 @@ | ||
## [3.0.6](https://github.com/thenativeweb/partof/compare/3.0.5...3.0.6) (2021-08-16) | ||
### Bug Fixes | ||
* bump path-parse from 1.0.6 to 1.0.7 ([#308](https://github.com/thenativeweb/partof/issues/308)) ([dbf33cc](https://github.com/thenativeweb/partof/commit/dbf33ccee8c18f3ee01b35923f2ac67704cc1236)) | ||
## [3.0.5](https://github.com/thenativeweb/partof/compare/3.0.4...3.0.5) (2021-06-08) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "partof", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "partof verifies whether one object is part of an other.", | ||
@@ -19,5 +19,5 @@ "contributors": [ | ||
"devDependencies": { | ||
"assertthat": "6.3.1", | ||
"roboter": "11.7.3", | ||
"semantic-release-configuration": "2.0.1" | ||
"assertthat": "6.3.12", | ||
"roboter": "11.7.8", | ||
"semantic-release-configuration": "2.0.5" | ||
}, | ||
@@ -24,0 +24,0 @@ "repository": { |
7092