Skip to content

Commit af4754b

Browse files
committed
v1.0.3
1 parent 6bc1876 commit af4754b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.3](https://github.com/es-shims/Number.isInteger/compare/v1.0.2...v1.0.3) - 2023-09-06
9+
10+
### Commits
11+
12+
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` [`8146874`](https://github.com/es-shims/Number.isInteger/commit/81468740aef012203c5761e821ea01ca792eb823)
13+
- [Deps] update `define-properties`, `es-abstract` [`6bc1876`](https://github.com/es-shims/Number.isInteger/commit/6bc18767ba378a896834fee869296b08b2da2716)
14+
815
## [v1.0.2](https://github.com/es-shims/Number.isInteger/compare/v1.0.1...v1.0.2) - 2022-11-05
916

1017
### 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.2",
3+
"version": "1.0.3",
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)