@stdlib/number-float16-base-from-word 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -239,8 +239,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
239
239
  [npm-image]: http://img.shields.io/npm/v/@stdlib/number-float16-base-from-word.svg
240
240
  [npm-url]: https://npmjs.org/package/@stdlib/number-float16-base-from-word
241
241
 
242
- [test-image]: https://github.com/stdlib-js/number-float16-base-from-word/actions/workflows/test.yml/badge.svg?branch=v0.1.0
243
- [test-url]: https://github.com/stdlib-js/number-float16-base-from-word/actions/workflows/test.yml?query=branch:v0.1.0
242
+ [test-image]: https://github.com/stdlib-js/number-float16-base-from-word/actions/workflows/test.yml/badge.svg?branch=v0.2.0
243
+ [test-url]: https://github.com/stdlib-js/number-float16-base-from-word/actions/workflows/test.yml?query=branch:v0.2.0
244
244
 
245
245
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float16-base-from-word/main.svg
246
246
  [coverage-url]: https://codecov.io/github/stdlib-js/number-float16-base-from-word?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/number-float16-base-from-word",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Create a half-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {