Skip to content

Commit 5f95a19

Browse files
committed
v1.0.4
1 parent 0e19a21 commit 5f95a19

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v1.0.4](https://github.com/es-shims/Number.isInteger/compare/v1.0.3...v1.0.4) - 2026-01-02
9+
10+
### Commits
11+
12+
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `auto-changelog`, `eslint`, `npmignore`, `tape` [`2c0d283`](https://github.com/es-shims/Number.isInteger/commit/2c0d2834e88357f1499d1f694e9c6bdad0aeec7b)
13+
- [Refactor] use math-intrinsics directly [`0e19a21`](https://github.com/es-shims/Number.isInteger/commit/0e19a21869f9ec88a6b9998ee4ea3da59f84c41f)
14+
- [Deps] update `call-bind`, `define-properties`, `es-abstract` [`bca71b8`](https://github.com/es-shims/Number.isInteger/commit/bca71b8cebe655c41c0a6dde0f9ac7db00470343)
15+
- [Dev Deps] use `npm audit` instead of `aud` [`d9bc4a8`](https://github.com/es-shims/Number.isInteger/commit/d9bc4a8573416d97216de96eb28a047927eb2136)
16+
- [meta] add engines.node [`69c417a`](https://github.com/es-shims/Number.isInteger/commit/69c417aecbbc549d83f947842d35b32ed491fd8e)
17+
- [readme] replace runkit CI badge with shields.io check-runs badge [`13ffb3c`](https://github.com/es-shims/Number.isInteger/commit/13ffb3ca9506c3848a6ac144f73f2266ca311409)
18+
- [Dev Deps] add missing peer dep [`d4cc860`](https://github.com/es-shims/Number.isInteger/commit/d4cc860dd37afd327ceebe0202c71cb4b480c8ac)
19+
820
## [v1.0.3](https://github.com/es-shims/Number.isInteger/compare/v1.0.2...v1.0.3) - 2023-09-06
921

1022
### Commits

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "number.isinteger",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "An ES-spec-compliant Number.isInteger shim/polyfill/replacement that works as far down as ES3",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)