diff --git a/CHANGELOG.md b/CHANGELOG.md index b7f3906..c0f169f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Tidy follows semver. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.4.3 (2021-08-17) + +* Fix: groupBy now works on columns containing objects with valueOf() e.g. Dates #46 + # 2.4.2 (2021-05-19) * Fixes bug where leftJoin and fullJoin didn't include all columns on all objects, which may have resulted in weird behavior using select or arrange. #41 diff --git a/packages/tidy/package.json b/packages/tidy/package.json index 2dd8dbd..b2a7673 100644 --- a/packages/tidy/package.json +++ b/packages/tidy/package.json @@ -1,6 +1,6 @@ { "name": "@tidyjs/tidy", - "version": "2.4.2", + "version": "2.4.3", "description": "Tidy up your data with JavaScript, inspired by dplyr and the tidyverse", "main": "dist/lib/index.js", "module": "dist/es/index.js",