Skip to content

Commit 593d33a

Browse files
committed
v2.0.1
1 parent 53b41ba commit 593d33a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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+
## [v2.0.1](https://github.com/es-shims/parseInt/compare/v2.0.0...v2.0.1) - 2024-03-04
9+
10+
### Commits
11+
12+
- [meta] use `npmignore` to autogenerate an npmignore file [`4de0900`](https://github.com/es-shims/parseInt/commit/4de0900a477840984616261da3e6bd88916271f2)
13+
- [meta] simplify `exports`; remove useless mjs [`53b41ba`](https://github.com/es-shims/parseInt/commit/53b41ba830705098494a937ed15bc2ffa451b85f)
14+
- [actions] update rebase action to use reusable workflow [`c7a8160`](https://github.com/es-shims/parseInt/commit/c7a8160210975ba31a1923d25a68bcd779068951)
15+
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `npmignore`, `tape` [`5358fb6`](https://github.com/es-shims/parseInt/commit/5358fb6507c1bcb8cff3e7c9d32fbc507d24f9c1)
16+
- [Fix] add missing `es-abstract` dep [`a85af60`](https://github.com/es-shims/parseInt/commit/a85af60c51bbe90e14b0ca1598c36c03e5624c20)
17+
- [Dev Deps] update `aud`, `tape` [`294e31a`](https://github.com/es-shims/parseInt/commit/294e31adf749b16a1773221980080e532e13bd65)
18+
- [Deps] update `call-bind`, `define-properties` [`78f0a67`](https://github.com/es-shims/parseInt/commit/78f0a67b803e1a8f5cc15a5f6ab07fa026b8edb9)
19+
- [meta] add missing `engines.node` [`5a17554`](https://github.com/es-shims/parseInt/commit/5a1755441a9de42b6c982d3e6ad35da8b76d4812)
20+
- [Deps] update `globalthis` [`ea79228`](https://github.com/es-shims/parseInt/commit/ea792286d5bf6641a660ad5b8088e84a2660d2e3)
21+
822
## v2.0.0 - 2022-05-02
923

1024
### Commits

package.json

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

0 commit comments

Comments
 (0)