From 9f7faf93c36b8ca086b9dbc9cb88e4b485464327 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 3 Nov 2022 08:55:40 -0700 Subject: [PATCH] v1.1.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac4d60f..5072197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.2](https://github.com/es-shims/Array.prototype.groupBy/compare/v1.1.1...v1.1.2) - 2022-11-03 + +### Commits + +- [meta] use `npmignore` to autogenerate an npmignore file [`f59a2a7`](https://github.com/es-shims/Array.prototype.groupBy/commit/f59a2a704a3abe8cdc9f8a10b958edbb8ea96a6c) +- [Deps] update `define-properties`, `es-abstract`, `get-intrinsic` [`954e455`](https://github.com/es-shims/Array.prototype.groupBy/commit/954e45537ce4531988a8596bfa02d8ccb391d607) +- [actions] update rebase action to use reusable workflow [`103af1c`](https://github.com/es-shims/Array.prototype.groupBy/commit/103af1c6d067557a5cfe5a565c65444e24977049) +- [Dev Deps] update `aud`, `es-value-fixtures`, `functions-have-names`, `tape` [`b1f318b`](https://github.com/es-shims/Array.prototype.groupBy/commit/b1f318b88b216f13886940788610fb47dcda57bf) +- [Dev Deps] use `for-each` instead of missing `foreach` [`dfb1fb2`](https://github.com/es-shims/Array.prototype.groupBy/commit/dfb1fb2b992512094d4cf60441a470e3f3b22efb) + ## [v1.1.1](https://github.com/es-shims/Array.prototype.groupBy/compare/v1.1.0...v1.1.1) - 2022-06-06 ### Commits diff --git a/package.json b/package.json index 997165b..bb8c411 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "array.prototype.group", - "version": "1.1.1", + "version": "1.1.2", "description": "An ESnext spec-compliant `Array.prototype.group` shim/polyfill/replacement that works as far down as ES3.", "main": "index.js", "exports": {