# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.1.0](https://github.com/es-shims/Number.parseInt/compare/v1.0.1...v1.1.0) - 2022-05-02

### Commits

- [Tests] flesh out tests [`d1d8fc3`](https://github.com/es-shims/Number.parseInt/commit/d1d8fc34ded19ab4034fd4239c863ed3abf718ce)
- [New] use `parseint` shim; shim `parseInt` when shimming `Number.parseInt` [`ea5bcb9`](https://github.com/es-shims/Number.parseInt/commit/ea5bcb9e5141c8f7cc26ac6e60b1647a153880ca)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `functions-have-names`, `tape` [`40057e9`](https://github.com/es-shims/Number.parseInt/commit/40057e9d15430b4914483c3484afc08426b5d7c7)
- [Deps] update `define-properties` [`9d8d552`](https://github.com/es-shims/Number.parseInt/commit/9d8d552041a29b035909a59204297b7e13b71b7e)

## [v1.0.1](https://github.com/es-shims/Number.parseInt/compare/v1.0.0...v1.0.1) - 2021-12-13

### Commits

- [actions] reuse common workflows [`e686e66`](https://github.com/es-shims/Number.parseInt/commit/e686e665abb05f055848cf97a7778f4672ab10db)
- [Refactor] remove unnecessary ESM files [`0b8ee78`](https://github.com/es-shims/Number.parseInt/commit/0b8ee78888977023cf21914e14a684b346e4632e)
- [actions] update codecov uploader [`088292e`](https://github.com/es-shims/Number.parseInt/commit/088292e641d9893a3a5182fc6490bb3845ab7454)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`, `tape` [`7914592`](https://github.com/es-shims/Number.parseInt/commit/7914592254140d5f1f23e7f57defb3f4f6d2be76)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `auto-changelog`, `tape` [`155c201`](https://github.com/es-shims/Number.parseInt/commit/155c2017b537a09fc2f417346ccc7a2a57a259a5)
- [Fix] callBind to `Number`, not `Math` [`b8561dc`](https://github.com/es-shims/Number.parseInt/commit/b8561dc2b5ec88711941b30d9939396393dc127f)
- [Tests] use `Number` instead of `Math` [`bdf7f47`](https://github.com/es-shims/Number.parseInt/commit/bdf7f47cfb3312f5b69e15abc5eb7438745bf6ae)
- [Tests] add `@es-shims/api` [`1c300a7`](https://github.com/es-shims/Number.parseInt/commit/1c300a769b2dba95c1dc8316b9316354c6db1b87)
- [actions] update workflows [`290b53e`](https://github.com/es-shims/Number.parseInt/commit/290b53e9ff419e83923fba9cb47d6d37a1ce31ea)
- [actions] update workflows [`7e8d561`](https://github.com/es-shims/Number.parseInt/commit/7e8d56130d435a1d7a4061ddb6b741dec933d1dd)

## v1.0.0 - 2021-05-17

### Commits

- Initial commit & implementation [`8e984d5`](https://github.com/es-shims/Number.parseInt/commit/8e984d578a7b482700cccdc03667bdda524e7603)
- Tests [`3e9c8e5`](https://github.com/es-shims/Number.parseInt/commit/3e9c8e571ca3b0934d05f052d9b5aa26d85a3eb5)
- [actions] use `node/install` instead of `node/run`; use `codecov` action [`ed01382`](https://github.com/es-shims/Number.parseInt/commit/ed013821c7e113af7c9d38a253af6af78e2f1ae3)
- [actions] update workflows [`035fc1e`](https://github.com/es-shims/Number.parseInt/commit/035fc1e1246f61b141650737eb48deef5a1daed4)
- [readme] add actions and codecov badges [`799ca22`](https://github.com/es-shims/Number.parseInt/commit/799ca22de74a4d81bf028e617330ea1be85e7681)
- [meta] use `prepublishOnly` script for npm 7+ [`8bcc5f4`](https://github.com/es-shims/Number.parseInt/commit/8bcc5f4703bce050eb414e7513a59746f72d5f78)
- [Tests] increase coverage [`606ef9e`](https://github.com/es-shims/Number.parseInt/commit/606ef9e20501a0c13b5e01883ca9eb90e0030c97)
