Skip to content

Commit

Permalink
patch bump
Browse files Browse the repository at this point in the history
  • Loading branch information
angus-c committed Jul 18, 2022
1 parent 37fcadc commit ea725ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/array-group-by/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# just-group-by

## 2.0.2
### Patch Changes

- Improved TS definition
2 changes: 1 addition & 1 deletion packages/array-group-by/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-group-by",
"version": "2.0.1",
"version": "2.0.2",
"description": "return a grouped object from array",
"main": "index.js",
"module": "index.mjs",
Expand Down

0 comments on commit ea725ea

Please sign in to comment.