From 472ee1f8078d25b9ac69e085f5a20f2d4bacfd45 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 5 Sep 2023 22:41:17 -0700 Subject: [PATCH] v1.0.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9a5ec5..cbfec80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.6](https://github.com/es-shims/Array.prototype.reduceRight/compare/v1.0.5...v1.0.6) - 2023-09-05 + +### Commits + +- [Deps] update `define-properties`, `es-abstract` [`a56523d`](https://github.com/es-shims/Array.prototype.reduceRight/commit/a56523d589d7257ae75b1a7fa4041dd47a904fb6) +- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` [`8b31354`](https://github.com/es-shims/Array.prototype.reduceRight/commit/8b31354ae4043d5041c47922f83a2ea3ab413976) + ## [v1.0.5](https://github.com/es-shims/Array.prototype.reduceRight/compare/v1.0.4...v1.0.5) - 2022-11-03 ### Commits diff --git a/package.json b/package.json index f5db9f4..36a5e5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "array.prototype.reduceright", - "version": "1.0.5", + "version": "1.0.6", "description": "An ES5 spec-compliant `Array.prototype.reduceRight` shim/polyfill/replacement that works as far down as ES3.", "main": "index.js", "directories": {