Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 3, 2022
1 parent 954e455 commit 9f7faf9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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": {
Expand Down

0 comments on commit 9f7faf9

Please sign in to comment.