Skip to content

Commit

Permalink
v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 20, 2024
1 parent b1cac17 commit 30405d9
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.1.6](https://github.com/es-shims/Array.prototype.some/compare/v1.1.5...v1.1.6) - 2024-03-19

### Commits

- [Tests] use `call-bind` instead of `function-bind` [`ad68fef`](https://github.com/es-shims/Array.prototype.some/commit/ad68fef212c66bd3b4ce4ce0bb79fdf3acf2a929)
- [actions] remove redundant finisher [`7ecec4a`](https://github.com/es-shims/Array.prototype.some/commit/7ecec4a47cda96a6bb39a0f419f4005345e850f0)
- [Deps] update `call-bind`, `define-properties`, `es-abstract` [`b1cac17`](https://github.com/es-shims/Array.prototype.some/commit/b1cac1737f089877b7012267e219437dd942cb61)
- [Refactor] use `es-object-atoms` where possible [`af1455a`](https://github.com/es-shims/Array.prototype.some/commit/af1455a96d0ac03c57b3dc1c17ddda1c3c1007b7)
- [Dev Deps] update `aud`, `npmignore`, `tape` [`0a65295`](https://github.com/es-shims/Array.prototype.some/commit/0a6529518c1e44313c5b258c413d3d6c518643e6)

## [v1.1.5](https://github.com/es-shims/Array.prototype.some/compare/v1.1.4...v1.1.5) - 2023-09-03

### 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": "array.prototype.some",
"version": "1.1.5",
"version": "1.1.6",
"author": {
"name": "Jordan Harband",
"email": "[email protected]",
Expand Down

0 comments on commit 30405d9

Please sign in to comment.