diff --git a/README.md b/README.md
index 753d782..67388ef 100644
--- a/README.md
+++ b/README.md
@@ -249,6 +249,7 @@ for ( i = 0; i < dt.length; i++ ) {
## See Also
+- [`@stdlib/array-filled-by`][@stdlib/array/filled-by]: create a filled array according to a provided callback function.
- [`@stdlib/array-typed`][@stdlib/array/typed]: create a typed array.
@@ -332,6 +333,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
+[@stdlib/array/filled-by]: https://github.com/stdlib-js/array-filled-by
+
[@stdlib/array/typed]: https://github.com/stdlib-js/array-typed
diff --git a/package.json b/package.json
index 0836896..9afc507 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,7 @@
"@stdlib/iter-length": "^0.1.1",
"@stdlib/string-format": "^0.1.1",
"@stdlib/symbol-iterator": "^0.1.1",
- "@stdlib/types": "^0.1.0"
+ "@stdlib/types": "^0.2.0"
},
"devDependencies": {
"@stdlib/array-buffer": "^0.1.0",
@@ -70,7 +70,7 @@
"@stdlib/assert-is-array": "^0.1.1",
"@stdlib/assert-is-typed-array": "^0.1.0",
"@stdlib/assert-is-typed-array-like": "^0.1.0",
- "@stdlib/bench": "^0.1.0",
+ "@stdlib/bench": "^0.2.0",
"@stdlib/complex-float32": "^0.1.1",
"@stdlib/complex-float64": "^0.1.1",
"@stdlib/iter-constant": "^0.1.0",