From b3dea932f966a7821701ccb82c3fe687174b9d7e Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 19 Dec 2024 22:29:55 -0800 Subject: [PATCH] v1.1.4 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbfeddd..5ec38d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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.4](https://github.com/es-shims/Array.prototype.copyWithin/compare/v1.1.3...v1.1.4) - 2024-12-19 + +### Commits + +- [actions] split out node 10-20, and 20+ [`8296654`](https://github.com/es-shims/Array.prototype.copyWithin/commit/829665450f8aa8cfe76516c29c1eed89a4fbb3d6) +- [meta] sort package.json [`f6cf8a5`](https://github.com/es-shims/Array.prototype.copyWithin/commit/f6cf8a5c766969672fcbe9b8d0ccd69bb8a16a10) +- [Refactor] use `math-intrinsics` directly; drop `get-intrinsic` [`a8698c6`](https://github.com/es-shims/Array.prototype.copyWithin/commit/a8698c619205a878b8cf3c64c50b5471fcf4fb0a) +- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `auto-changelog`, `tape` [`46127a1`](https://github.com/es-shims/Array.prototype.copyWithin/commit/46127a1daaa953c5b0d37213b4ce8d6292ba56d2) +- [Deps] update `call-bind`, `es-abstract`, `get-intrinsic` [`124cb6c`](https://github.com/es-shims/Array.prototype.copyWithin/commit/124cb6c332791938bc1bcdf4c804af9911aab174) +- [Refactor] use `es-object-atoms` directly [`809d396`](https://github.com/es-shims/Array.prototype.copyWithin/commit/809d396c210e68ff030c6cb88c350ec2791c010d) +- [Refactor] use `call-bound` directly [`228d239`](https://github.com/es-shims/Array.prototype.copyWithin/commit/228d239c251103d6baaf3a540aadb8d587af868e) +- [Tests] replace `aud` with `npm audit` [`9977b72`](https://github.com/es-shims/Array.prototype.copyWithin/commit/9977b7247d811429b3d80fbeb20a70693e3ac6ec) +- [Dev Deps] add missing peer dep [`7dfbee5`](https://github.com/es-shims/Array.prototype.copyWithin/commit/7dfbee5f3513f59ac4b608920bd87b78ca9ea04c) + ## [v1.1.3](https://github.com/es-shims/Array.prototype.copyWithin/compare/v1.1.2...v1.1.3) - 2024-03-18 ### Commits diff --git a/package.json b/package.json index 6d7a7ba..afc6ca4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "array.prototype.copywithin", - "version": "1.1.3", + "version": "1.1.4", "description": "An ES2015 spec-compliant `Array.prototype.copyWithin` shim/polyfill/replacement that works as far down as ES3.", "main": "index.js", "type": "commonjs",