diff --git a/dist/bundle.umd.min.js b/dist/bundle.umd.min.js
index 5d71ca4888665c4062b0a8747a6af526d494e750..bc8dd4cb2c823c42e56f954e295151ddd6d7ed7a 100644
Binary files a/dist/bundle.umd.min.js and b/dist/bundle.umd.min.js differ
diff --git a/dist/index.esm.js b/dist/index.esm.js
index 966ade9ba3a25ae099a2a8f92167c58177a78d6e..8a24510f7074ebf4ad4cf8d94b290918de54d26d 100644
Binary files a/dist/index.esm.js and b/dist/index.esm.js differ
diff --git a/dist/index.js b/dist/index.js
index 251ab3cd00e9268a98634057fdd2b04ed7e267b9..32bdce948b1ad78d962f6b6701106213c4dca086 100644
Binary files a/dist/index.js and b/dist/index.js differ
diff --git a/dist/index.umd.js b/dist/index.umd.js
index b9e90303f59d071321c7f63ab4e132823898ef46..1636047de2016d244d7e96be5fc7a33426df544d 100644
Binary files a/dist/index.umd.js and b/dist/index.umd.js differ
diff --git a/dist/index.umd.min.js b/dist/index.umd.min.js
index 1766def64ae4bb2e9ec8d354d78b3f4f3a2f56d7..a5affe7711a7f5b65421dca230c2335e9a7d745a 100644
Binary files a/dist/index.umd.min.js and b/dist/index.umd.min.js differ
diff --git a/dist/index.umd.min.js.map b/dist/index.umd.min.js.map
index c33f69cb5f57837d4902d0b6333d5462dea99960..1e10db14e1bdc655423787e43033ea4a17fabbcb 100644
Binary files a/dist/index.umd.min.js.map and b/dist/index.umd.min.js.map differ
diff --git a/package-lock.json b/package-lock.json
index 12bd87d3df3f5f8734a0b3035cc8eb9a66ec7c42..cd1be4650fc19d690b2941d2c889af35aa0e8b78 100644
Binary files a/package-lock.json and b/package-lock.json differ
diff --git a/package.json b/package.json
index 74436d6092697ea3b493a5bf41938913f2745077..a82186a513abaeabee263889078e848c77f98443 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "json-schema-faker",
-  "version": "0.5.0-rc20",
+  "version": "0.5.0-rc21",
   "description": "JSON-Schema + fake data generators",
   "homepage": "http://json-schema-faker.js.org",
   "main": "dist/index.js",
diff --git a/src/index.js b/src/index.js
index 4763bce6db226151522deaa4a51db7d90fde212f..2f952536899bd38b577275b98cb7b966f9cb931c 100644
--- a/src/index.js
+++ b/src/index.js
@@ -149,6 +149,6 @@ jsf.locate = name => {
   return container.get(name);
 };
 
-jsf.version = '0.5.0-rc19';
+jsf.version = '0.5.0-rc21';
 
 export default jsf;