Skip to content

Commit f76b07d

Browse files
committed
Release v0.2.3
1 parent 9cd5441 commit f76b07d

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
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.2.3">
66

7-
## Unreleased (2026-01-25)
7+
## 0.2.3 (2026-02-01)
88

99
<section class="issues">
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
277277
[npm-image]: http://img.shields.io/npm/v/@stdlib/strided-napi-dmap.svg
278278
[npm-url]: https://npmjs.org/package/@stdlib/strided-napi-dmap
279279
280-
[test-image]: https://github.com/stdlib-js/strided-napi-dmap/actions/workflows/test.yml/badge.svg?branch=main
281-
[test-url]: https://github.com/stdlib-js/strided-napi-dmap/actions/workflows/test.yml?query=branch:main
280+
[test-image]: https://github.com/stdlib-js/strided-napi-dmap/actions/workflows/test.yml/badge.svg?branch=v0.2.3
281+
[test-url]: https://github.com/stdlib-js/strided-napi-dmap/actions/workflows/test.yml?query=branch:v0.2.3
282282
283283
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/strided-napi-dmap/main.svg
284284
[coverage-url]: https://codecov.io/github/stdlib-js/strided-napi-dmap?branch=main

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/strided-napi-dmap",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a double-precision floating-point strided input array and assigning results to a double-precision floating-point strided output array.",
55
"license": "Apache-2.0",
66
"author": {
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@stdlib/strided-base-dmap": "^0.2.2",
45-
"@stdlib/utils-library-manifest": "^0.2.2"
45+
"@stdlib/utils-library-manifest": "^0.2.3"
4646
},
4747
"devDependencies": {
4848
"@stdlib/array-float64": "^0.2.2",
@@ -85,11 +85,6 @@
8585
"double",
8686
"dbl"
8787
],
88-
"__stdlib__": {
89-
"envs": {
90-
"browser": false
91-
}
92-
},
9388
"funding": {
9489
"type": "opencollective",
9590
"url": "https://opencollective.com/stdlib"

0 commit comments

Comments
 (0)