Skip to content

Commit 9aa4ccf

Browse files
committed
Release v0.1.1
1 parent 3035654 commit 9aa4ccf

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
302302
[npm-image]: http://img.shields.io/npm/v/@stdlib/number-float64-base-normalize.svg
303303
[npm-url]: https://npmjs.org/package/@stdlib/number-float64-base-normalize
304304
305-
[test-image]: https://github.com/stdlib-js/number-float64-base-normalize/actions/workflows/test.yml/badge.svg?branch=main
306-
[test-url]: https://github.com/stdlib-js/number-float64-base-normalize/actions/workflows/test.yml?query=branch:main
305+
[test-image]: https://github.com/stdlib-js/number-float64-base-normalize/actions/workflows/test.yml/badge.svg?branch=v0.1.1
306+
[test-url]: https://github.com/stdlib-js/number-float64-base-normalize/actions/workflows/test.yml?query=branch:v0.1.1
307307
308308
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float64-base-normalize/main.svg
309309
[coverage-url]: https://codecov.io/github/stdlib-js/number-float64-base-normalize?branch=main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/number-float64-base-normalize",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.",
55
"license": "Apache-2.0",
66
"author": {
@@ -42,13 +42,13 @@
4242
"@stdlib/constants-float64-smallest-normal": "^0.1.1",
4343
"@stdlib/math-base-assert-is-infinite": "^0.1.1",
4444
"@stdlib/math-base-assert-is-nan": "^0.1.1",
45-
"@stdlib/math-base-special-abs": "^0.1.0",
45+
"@stdlib/math-base-special-abs": "^0.1.1",
4646
"@stdlib/types": "^0.1.0",
4747
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1",
4848
"@stdlib/utils-library-manifest": "^0.1.1"
4949
},
5050
"devDependencies": {
51-
"@stdlib/array-float64": "^0.1.0",
51+
"@stdlib/array-float64": "^0.1.1",
5252
"@stdlib/assert-has-own-property": "^0.1.1",
5353
"@stdlib/assert-is-array": "^0.1.1",
5454
"@stdlib/assert-is-float64array": "^0.1.1",

0 commit comments

Comments
 (0)