Skip to content

Commit

Permalink
chore: tidy v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeshai committed Aug 17, 2021
1 parent 963201a commit 78c2b35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/tidy/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 78c2b35

Please sign in to comment.