Skip to content

Commit ca1beac

Browse files
committed
Release v0.3.0
1 parent 5036044 commit ca1beac

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

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-19)
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
@@ -201,8 +201,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
201201
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-base-buffer-dtype-enum.svg
202202
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-base-buffer-dtype-enum
203203

204-
[test-image]: https://github.com/stdlib-js/ndarray-base-buffer-dtype-enum/actions/workflows/test.yml/badge.svg?branch=main
205-
[test-url]: https://github.com/stdlib-js/ndarray-base-buffer-dtype-enum/actions/workflows/test.yml?query=branch:main
204+
[test-image]: https://github.com/stdlib-js/ndarray-base-buffer-dtype-enum/actions/workflows/test.yml/badge.svg?branch=v0.3.0
205+
[test-url]: https://github.com/stdlib-js/ndarray-base-buffer-dtype-enum/actions/workflows/test.yml?query=branch:v0.3.0
206206

207207
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-base-buffer-dtype-enum/main.svg
208208
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-base-buffer-dtype-enum?branch=main

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/ndarray-base-buffer-dtype-enum",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "Return the data type enumeration constant of an ndarray data buffer.",
55
"license": "Apache-2.0",
66
"author": {
@@ -38,16 +38,16 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/ndarray-base-buffer-dtype": "^0.3.0",
41-
"@stdlib/ndarray-base-dtype-resolve-enum": "^0.2.2",
41+
"@stdlib/ndarray-base-dtype-resolve-enum": "^0.3.0",
4242
"@stdlib/types": "^0.4.3"
4343
},
4444
"devDependencies": {
4545
"@stdlib/array-struct-factory": "github:stdlib-js/array-struct-factory#main",
4646
"@stdlib/assert-is-function": "^0.2.2",
4747
"@stdlib/assert-is-number": "^0.2.2",
4848
"@stdlib/ndarray-base-buffer-ctors": "^0.3.0",
49-
"@stdlib/ndarray-base-dtype-enums": "github:stdlib-js/ndarray-base-dtype-enums#main",
50-
"@stdlib/ndarray-base-dtypes2strings": "github:stdlib-js/ndarray-base-dtypes2strings#main",
49+
"@stdlib/ndarray-base-dtype-enums": "^0.1.0",
50+
"@stdlib/ndarray-base-dtypes2strings": "^0.1.0",
5151
"@stdlib/ndarray-dtypes": "^0.3.0",
5252
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5353
"istanbul": "^0.4.1",
@@ -91,7 +91,6 @@
9191
"utils",
9292
"util"
9393
],
94-
"__stdlib__": {},
9594
"funding": {
9695
"type": "opencollective",
9796
"url": "https://opencollective.com/stdlib"

0 commit comments

Comments
 (0)