Skip to content

Commit 3bdd4b5

Browse files
committed
Release v0.2.4
1 parent 2b01c47 commit 3bdd4b5

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/.keepalive

-1
This file was deleted.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
263263
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-assert-is-integer.svg
264264
[npm-url]: https://npmjs.org/package/@stdlib/math-base-assert-is-integer
265265
266-
[test-image]: https://github.com/stdlib-js/math-base-assert-is-integer/actions/workflows/test.yml/badge.svg?branch=main
267-
[test-url]: https://github.com/stdlib-js/math-base-assert-is-integer/actions/workflows/test.yml?query=branch:main
266+
[test-image]: https://github.com/stdlib-js/math-base-assert-is-integer/actions/workflows/test.yml/badge.svg?branch=v0.2.4
267+
[test-url]: https://github.com/stdlib-js/math-base-assert-is-integer/actions/workflows/test.yml?query=branch:v0.2.4
268268
269269
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-assert-is-integer/main.svg
270270
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-assert-is-integer?branch=main

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/math-base-assert-is-integer",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Test if a finite double-precision floating-point number is an integer.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)