Skip to content

Commit 27597d0

Browse files
committed
v1.0.8
1 parent 14cb785 commit 27597d0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.8](https://github.com/es-shims/Array.prototype.reduce/compare/v1.0.7...v1.0.8) - 2025-03-14
9+
10+
### Commits
11+
12+
- [actions] split out node 10-20, and 20+ [`14cb785`](https://github.com/es-shims/Array.prototype.reduce/commit/14cb78573734e36e5f15402c01eb0f9256d86a30)
13+
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `auto-changelog`, `has-strict-mode`, `tape` [`1d3d206`](https://github.com/es-shims/Array.prototype.reduce/commit/1d3d206245d643e57addd79fe9c398fc2b759a1e)
14+
- [Deps] update `call-bind`, `es-abstract`, `es-object-atoms`, `is-string` [`18f0dcc`](https://github.com/es-shims/Array.prototype.reduce/commit/18f0dcc6ddebf1fcb3f911c0098e66996b765c22)
15+
- [Refactor] use `call-bound` directly [`f64c7db`](https://github.com/es-shims/Array.prototype.reduce/commit/f64c7dbbbd1c6aa64a31cb1bdb013d431bdec24a)
16+
- [Tests] replace `aud` with `npm audit` [`c79219f`](https://github.com/es-shims/Array.prototype.reduce/commit/c79219f77ef470bc3027a11c29cccf612295b77d)
17+
- [Dev Deps] add missing peer dep [`baae754`](https://github.com/es-shims/Array.prototype.reduce/commit/baae754ac63450953d5a2d7520b380c3f0f12649)
18+
819
## [v1.0.7](https://github.com/es-shims/Array.prototype.reduce/compare/v1.0.6...v1.0.7) - 2024-03-20
920

1021
### 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.7",
3+
"version": "1.0.8",
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)