Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 27, 2024
1 parent 7f652de commit 8ec611a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.0.2](https://github.com/es-shims/Math.f16round/compare/v1.0.1...v1.0.2) - 2024-03-27

### Commits

- [Tests] add extra coverage from https://github.com/tc39/test262/pull/4017 [`5934c2e`](https://github.com/es-shims/Math.f16round/commit/5934c2ebde2508bb1caca99205934ac3248168a6)
- [actions] remove redundant finisher [`eef7bef`](https://github.com/es-shims/Math.f16round/commit/eef7bef9205644cb761a538a5e6787c3c16b101e)
- [Deps] update `call-bind`, `define-properties`, `es-abstract` [`da1e238`](https://github.com/es-shims/Math.f16round/commit/da1e23823c3c8c9676603655c44bdccd0c5ed82e)
- [Dev Deps] update `@es-shims/api`, `aud`, `npmignore`, `tape` [`4b0e5c2`](https://github.com/es-shims/Math.f16round/commit/4b0e5c21f31fe1f6ec213653ee08a30f74c0f4ed)
- [meta] add missing `engines.node` [`7f652de`](https://github.com/es-shims/Math.f16round/commit/7f652de7fab0227e4a3fe5bb690d9da5214632fa)

## [v1.0.1](https://github.com/es-shims/Math.f16round/compare/v1.0.0...v1.0.1) - 2023-09-01

### Commits
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "math.f16round",
"version": "1.0.1",
"version": "1.0.2",
"description": "An ES-spec-compliant Math.f16round shim/polyfill/replacement that works as far down as ES3",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 8ec611a

Please sign in to comment.