Skip to content

Commit 4b7a73c

Browse files
committed
Release v0.1.0
1 parent 4f4f1a6 commit 4b7a73c

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

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.1.0">
66

7-
## Unreleased (2026-01-10)
7+
## 0.1.0 (2026-01-30)
88

99
<section class="features">
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
198198
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-mskbinary3d.svg
199199
[npm-url]: https://npmjs.org/package/@stdlib/array-base-mskbinary3d
200200

201-
[test-image]: https://github.com/stdlib-js/array-base-mskbinary3d/actions/workflows/test.yml/badge.svg?branch=main
202-
[test-url]: https://github.com/stdlib-js/array-base-mskbinary3d/actions/workflows/test.yml?query=branch:main
201+
[test-image]: https://github.com/stdlib-js/array-base-mskbinary3d/actions/workflows/test.yml/badge.svg?branch=v0.1.0
202+
[test-url]: https://github.com/stdlib-js/array-base-mskbinary3d/actions/workflows/test.yml?query=branch:v0.1.0
203203

204204
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-mskbinary3d/main.svg
205205
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-mskbinary3d?branch=main

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-base-mskbinary3d",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Apply a binary callback to elements in two three-dimensional nested input arrays according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.",
55
"license": "Apache-2.0",
66
"author": {
@@ -46,7 +46,7 @@
4646
"@stdlib/math-base-special-floor": "^0.2.3",
4747
"@stdlib/math-base-special-pow": "^0.3.0",
4848
"@stdlib/ndarray-base-numel": "^0.2.2",
49-
"@stdlib/number-float64-base-add": "github:stdlib-js/number-float64-base-add#main",
49+
"@stdlib/number-float64-base-add": "^0.1.0",
5050
"@stdlib/random-base-bernoulli": "^0.2.1",
5151
"@stdlib/random-base-discrete-uniform": "^0.2.1",
5252
"@stdlib/random-base-uniform": "^0.2.1",
@@ -91,7 +91,6 @@
9191
"missing values",
9292
"na"
9393
],
94-
"__stdlib__": {},
9594
"funding": {
9695
"type": "opencollective",
9796
"url": "https://opencollective.com/stdlib"

0 commit comments

Comments
 (0)