Skip to content

Commit 9d03bd3

Browse files
committed
Release v0.3.0
1 parent 8be0667 commit 9d03bd3

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.3.0">
66

7-
## Unreleased (2026-01-16)
7+
## 0.3.0 (2026-01-31)
88

99
<section class="features">
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
308308
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-filled-by.svg
309309
[npm-url]: https://npmjs.org/package/@stdlib/array-filled-by
310310

311-
[test-image]: https://github.com/stdlib-js/array-filled-by/actions/workflows/test.yml/badge.svg?branch=main
312-
[test-url]: https://github.com/stdlib-js/array-filled-by/actions/workflows/test.yml?query=branch:main
311+
[test-image]: https://github.com/stdlib-js/array-filled-by/actions/workflows/test.yml/badge.svg?branch=v0.3.0
312+
[test-url]: https://github.com/stdlib-js/array-filled-by/actions/workflows/test.yml?query=branch:v0.3.0
313313

314314
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-filled-by/main.svg
315315
[coverage-url]: https://codecov.io/github/stdlib-js/array-filled-by?branch=main

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-filled-by",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Create a filled array according to a provided callback function.",
55
"license": "Apache-2.0",
66
"author": {
@@ -41,15 +41,15 @@
4141
"@stdlib/array-base-assert-is-complex-floating-point-data-type": "^0.2.1",
4242
"@stdlib/array-base-filled-by": "^0.2.2",
4343
"@stdlib/array-ctors": "^0.3.0",
44-
"@stdlib/array-defaults": "^0.3.0",
44+
"@stdlib/array-defaults": "^0.4.0",
4545
"@stdlib/assert-has-iterator-symbol-support": "^0.2.2",
4646
"@stdlib/assert-is-arraybuffer": "^0.2.2",
4747
"@stdlib/assert-is-collection": "^0.2.2",
4848
"@stdlib/assert-is-function": "^0.2.2",
4949
"@stdlib/assert-is-nonnegative-integer": "^0.2.2",
5050
"@stdlib/assert-is-object": "^0.2.2",
5151
"@stdlib/assert-is-string": "^0.2.2",
52-
"@stdlib/blas-ext-base-gfill-by": "^0.2.1",
52+
"@stdlib/blas-ext-base-gfill-by": "^0.2.2",
5353
"@stdlib/iter-length": "^0.2.2",
5454
"@stdlib/string-format": "^0.2.2",
5555
"@stdlib/symbol-iterator": "^0.2.2",
@@ -71,12 +71,12 @@
7171
"@stdlib/array-uint32": "^0.2.2",
7272
"@stdlib/array-uint8": "^0.2.2",
7373
"@stdlib/array-uint8c": "^0.2.2",
74-
"@stdlib/assert-instance-of": "^0.2.2",
74+
"@stdlib/assert-instance-of": "^0.3.0",
7575
"@stdlib/assert-is-array": "^0.2.2",
7676
"@stdlib/assert-is-typed-array": "^0.2.2",
7777
"@stdlib/assert-is-typed-array-like": "^0.2.2",
78-
"@stdlib/complex-float32-ctor": "^0.0.2",
79-
"@stdlib/complex-float64-ctor": "^0.0.3",
78+
"@stdlib/complex-float32-ctor": "^0.1.0",
79+
"@stdlib/complex-float64-ctor": "^0.1.0",
8080
"@stdlib/iter-constant": "^0.2.2",
8181
"@stdlib/math-base-special-pow": "^0.3.0",
8282
"@stdlib/random-base-discrete-uniform": "^0.2.1",

0 commit comments

Comments
 (0)