Skip to content

Commit e74a7f1

Browse files
committed
Release v0.1.0
1 parent 9b704e6 commit e74a7f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,11 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
203203
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-base-output-policy-resolve-enum.svg
204204
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-base-output-policy-resolve-enum
205205

206-
[test-image]: https://github.com/stdlib-js/ndarray-base-output-policy-resolve-enum/actions/workflows/test.yml/badge.svg?branch=main
207-
[test-url]: https://github.com/stdlib-js/ndarray-base-output-policy-resolve-enum/actions/workflows/test.yml?query=branch:main
206+
[test-image]: https://github.com/stdlib-js/ndarray-base-output-policy-resolve-enum/actions/workflows/test.yml/badge.svg?branch=v0.1.0
207+
[test-url]: https://github.com/stdlib-js/ndarray-base-output-policy-resolve-enum/actions/workflows/test.yml?query=branch:v0.1.0
208208

209209
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-base-output-policy-resolve-enum/main.svg
210-
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-base-output-policy-resolve-enum?branch=main
210+
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-base-output-policy-resolve-enum?branch=v0.1.0
211211

212212
<!--
213213

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/ndarray-base-output-policy-resolve-enum",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Return the enumeration constant associated with a supported ndarray data type policy value.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)