Skip to content

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 20, 2024
1 parent 2348698 commit 883d6c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.8](https://github.com/es-shims/Array.prototype.reduceRight/compare/v1.0.7...v1.0.8) - 2024-12-20

### Commits

- [actions] split out node 10-20, and 20+ [`db795c1`](https://github.com/es-shims/Array.prototype.reduceRight/commit/db795c102f6f45fa0f071a4549f7f17c917b8163)
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `auto-changelog`, `tape` [`477a9fd`](https://github.com/es-shims/Array.prototype.reduceRight/commit/477a9fd6fd2ffa2b33a6aa714e5369c58f3540f9)
- [Deps] update `call-bind`, `es-abstract`, `is-string` [`2fa0641`](https://github.com/es-shims/Array.prototype.reduceRight/commit/2fa0641976a46d696690fa1ff734f5d3329916ab)
- [Refactor] use `call-bound` directly [`2348698`](https://github.com/es-shims/Array.prototype.reduceRight/commit/2348698a725836ef6c7f71b78ae6fe0098df3021)
- [Tests] replace `aud` with `npm audit` [`616fe24`](https://github.com/es-shims/Array.prototype.reduceRight/commit/616fe248b3fc3e284a9697da0d91290603febf71)
- [Dev Deps] add missing peer dep [`f77e278`](https://github.com/es-shims/Array.prototype.reduceRight/commit/f77e278ee07b6ff88aa716fc295cc4a9a7661784)

## [v1.0.7](https://github.com/es-shims/Array.prototype.reduceRight/compare/v1.0.6...v1.0.7) - 2024-03-18

### 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.reduceright",
"version": "1.0.7",
"version": "1.0.8",
"description": "An ES5 spec-compliant `Array.prototype.reduceRight` shim/polyfill/replacement that works as far down as ES3.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 883d6c8

Please sign in to comment.