Skip to content

Commit 2f1a228

Browse files
committed
v1.0.7
1 parent 4c68200 commit 2f1a228

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.7](https://github.com/es-shims/Array.prototype.reduce/compare/v1.0.6...v1.0.7) - 2024-03-20
9+
10+
### Commits
11+
12+
- [Deps] update `call-bind`, `define-properties`, `es-abstract` [`4c68200`](https://github.com/es-shims/Array.prototype.reduce/commit/4c68200a2ea24a919dfd3bd89c01953c34f85050)
13+
- [actions] use reusable workflows [`f755af3`](https://github.com/es-shims/Array.prototype.reduce/commit/f755af3f6932130328b74c722bd4ff3db179eb7a)
14+
- [Refactor] use `es-object-atoms` where possible [`d64f55f`](https://github.com/es-shims/Array.prototype.reduce/commit/d64f55f43784d01193858ab66b47cf7acbce6ee1)
15+
- [Dev Deps] update `aud`, `npmignore`, `tape` [`2da232a`](https://github.com/es-shims/Array.prototype.reduce/commit/2da232a7dadedc545c5ebb89052f399f4e734748)
16+
- [Robustness] use `es-errors` [`020b529`](https://github.com/es-shims/Array.prototype.reduce/commit/020b5296e26f15065ca0ac08ce565f47835e32c4)
17+
818
## [v1.0.6](https://github.com/es-shims/Array.prototype.reduce/compare/v1.0.5...v1.0.6) - 2023-08-29
919

1020
### Commits

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "array.prototype.reduce",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "An ES5 spec-compliant `Array.prototype.reduce` shim/polyfill/replacement that works as far down as ES3.",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)