Skip to content

Commit bd2d18e

Browse files
committed
Release v0.2.2
1 parent 592465d commit bd2d18e

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ branches.md
2929
.postinstall.json
3030
Makefile
3131

32-
# Ignore `binding.gyp` file to avoid compilation of native addon when installing package:
32+
# Ignore files to avoid compilation of native addon when installing package:
3333
binding.gyp
34+
include.gypi
3435

3536
# Directories #
3637
###############

CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Naresh Jagadeesan <[email protected]>
3232
Nithin Katta <[email protected]>
3333
Ognjen Jevremović <[email protected]>
3434
Philipp Burckhardt <[email protected]>
35+
Prajwal Kulkarni <[email protected]>
3536
Pranav Goswami <[email protected]>
3637
Ricky Reusser <[email protected]>
3738
Robert Gislason <[email protected]>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ Copyright &copy; 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=v0.2.1
267-
[test-url]: https://github.com/stdlib-js/math-base-assert-is-integer/actions/workflows/test.yml?query=branch:v0.2.1
266+
[test-image]: https://github.com/stdlib-js/math-base-assert-is-integer/actions/workflows/test.yml/badge.svg?branch=v0.2.2
267+
[test-url]: https://github.com/stdlib-js/math-base-assert-is-integer/actions/workflows/test.yml?query=branch:v0.2.2
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

+4-4
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.1",
3+
"version": "0.2.2",
44
"description": "Test if a finite double-precision floating-point number is an integer.",
55
"license": "Apache-2.0",
66
"author": {
@@ -47,13 +47,13 @@
4747
"@stdlib/boolean-ctor": "^0.2.1",
4848
"@stdlib/constants-float64-ninf": "^0.2.1",
4949
"@stdlib/constants-float64-pinf": "^0.2.1",
50-
"@stdlib/math-base-special-trunc": "^0.2.0",
51-
"@stdlib/random-base-randu": "^0.2.0",
50+
"@stdlib/math-base-special-trunc": "^0.2.1",
51+
"@stdlib/random-base-randu": "^0.2.1",
5252
"@stdlib/utils-try-require": "^0.2.1",
5353
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5454
"istanbul": "^0.4.1",
5555
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
56-
"@stdlib/bench-harness": "^0.2.0"
56+
"@stdlib/bench-harness": "^0.2.1"
5757
},
5858
"engines": {
5959
"node": ">=0.10.0",

0 commit comments

Comments
 (0)