Skip to content

Commit 427314f

Browse files
committed
Release v0.1.1
1 parent cf1f424 commit 427314f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
206206
[npm-image]: http://img.shields.io/npm/v/@stdlib/number-float32-base-to-binary-string.svg
207207
[npm-url]: https://npmjs.org/package/@stdlib/number-float32-base-to-binary-string
208208

209-
[test-image]: https://github.com/stdlib-js/number-float32-base-to-binary-string/actions/workflows/test.yml/badge.svg?branch=main
210-
[test-url]: https://github.com/stdlib-js/number-float32-base-to-binary-string/actions/workflows/test.yml?query=branch:main
209+
[test-image]: https://github.com/stdlib-js/number-float32-base-to-binary-string/actions/workflows/test.yml/badge.svg?branch=v0.1.1
210+
[test-url]: https://github.com/stdlib-js/number-float32-base-to-binary-string/actions/workflows/test.yml?query=branch:v0.1.1
211211

212212
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float32-base-to-binary-string/main.svg
213213
[coverage-url]: https://codecov.io/github/stdlib-js/number-float32-base-to-binary-string?branch=main

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/number-float32-base-to-binary-string",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Return a string giving the literal bit representation of a single-precision floating-point number.",
55
"license": "Apache-2.0",
66
"author": {
@@ -38,21 +38,21 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/constants-float32-exponent-bias": "^0.1.1",
41-
"@stdlib/constants-float32-ninf": "^0.1.0",
42-
"@stdlib/constants-float32-pinf": "^0.1.0",
43-
"@stdlib/math-base-special-abs": "^0.1.0",
44-
"@stdlib/math-base-special-floor": "^0.1.0",
45-
"@stdlib/string-left-pad": "^0.1.0",
41+
"@stdlib/constants-float32-ninf": "^0.1.1",
42+
"@stdlib/constants-float32-pinf": "^0.1.1",
43+
"@stdlib/math-base-special-abs": "^0.1.1",
44+
"@stdlib/math-base-special-floor": "^0.1.1",
45+
"@stdlib/string-left-pad": "^0.1.1",
4646
"@stdlib/string-repeat": "^0.1.0",
47-
"@stdlib/string-right-pad": "^0.1.0"
47+
"@stdlib/string-right-pad": "^0.1.1"
4848
},
4949
"devDependencies": {
5050
"@stdlib/assert-is-string": "^0.1.1",
5151
"@stdlib/bench": "^0.1.0",
5252
"@stdlib/constants-float32-smallest-normal": "^0.1.1",
5353
"@stdlib/math-base-special-pow": "^0.1.0",
5454
"@stdlib/math-base-special-round": "^0.1.1",
55-
"@stdlib/number-float64-base-to-float32": "^0.1.0",
55+
"@stdlib/number-float64-base-to-float32": "^0.1.1",
5656
"@stdlib/random-base-randu": "^0.1.0",
5757
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5858
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)