Comparing version 3.0.3 to 3.0.4
@@ -0,1 +1,8 @@ | ||
## [3.0.4](https://github.com/thenativeweb/partof/compare/3.0.3...3.0.4) (2021-06-08) | ||
### Bug Fixes | ||
* bump glob-parent from 5.1.1 to 5.1.2 ([#295](https://github.com/thenativeweb/partof/issues/295)) ([6fe7bd8](https://github.com/thenativeweb/partof/commit/6fe7bd834404f270ce7f8b9dd58542a50e037995)) | ||
## [3.0.3](https://github.com/thenativeweb/partof/compare/3.0.2...3.0.3) (2021-05-10) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "partof", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "partof verifies whether one object is part of an other.", | ||
@@ -19,5 +19,5 @@ "contributors": [ | ||
"devDependencies": { | ||
"assertthat": "6.0.0", | ||
"roboter": "11.6.40", | ||
"semantic-release-configuration": "2.0.0" | ||
"assertthat": "6.3.1", | ||
"roboter": "11.7.3", | ||
"semantic-release-configuration": "2.0.1" | ||
}, | ||
@@ -24,0 +24,0 @@ "repository": { |
6484