Skip to content

Commit

Permalink
2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Apr 2, 2021
1 parent 1140a0d commit 667f0ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "classnames",
"version": "2.3.0",
"version": "2.3.1",
"description": "A simple utility for conditionally joining classNames together",
"main": "index.js",
"author": "Jed Watson",
Expand Down

2 comments on commit 667f0ea

@julienw
Copy link

@julienw julienw commented on 667f0ea Apr 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey!
I think you forgot to push the new tag to the repository :-) Thanks!

update: also the HISTORY.md file hasn't been updated with the changes in this last version.

@dcousens
Copy link
Collaborator Author

@dcousens dcousens commented on 667f0ea Apr 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pushed tag!
Added HISTORY.md change log in 0deb292

Thanks @julienw for the notification

Please sign in to comment.