Skip to content

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 a647cbc commit 8841a6f
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.groupByToMap/compare/v1.1.1...v1.1.2) - 2022-11-03

### Commits

- [meta] use `npmignore` to autogenerate an npmignore file [`2a4873c`](https://github.com/es-shims/Array.prototype.groupByToMap/commit/2a4873ce69e3b224bdfad74b1a73050294d9ba7f)
- [Deps] update `es-abstract` [`a647cbc`](https://github.com/es-shims/Array.prototype.groupByToMap/commit/a647cbcbe87fcce6f30b271a2be5d64fd99ad732)
- [actions] update rebase action to use reusable workflow [`8f673cc`](https://github.com/es-shims/Array.prototype.groupByToMap/commit/8f673cc0c7a776949b136662bad92f913daed405)
- [Dev Deps] update `aud`, `es-value-fixtures`, `functions-have-names`, `tape` [`5d445c4`](https://github.com/es-shims/Array.prototype.groupByToMap/commit/5d445c45a2d3dfbb261bda7e68fb5e9695e94a23)
- [Dev Deps] use `for-each` instead of missing `foreach` [`719105e`](https://github.com/es-shims/Array.prototype.groupByToMap/commit/719105eef31968b8cc7dac6c58c95f8c6ba94d09)

## [v1.1.1](https://github.com/es-shims/Array.prototype.groupByToMap/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.grouptomap",
"version": "1.1.1",
"version": "1.1.2",
"description": "An ESnext spec-compliant `Array.prototype.groupToMap` shim/polyfill/replacement that works as far down as ES3.",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 8841a6f

Please sign in to comment.