Skip to content

Commit

Permalink
Update version to 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simeg committed Jan 6, 2017
1 parent 659cfe3 commit 4c3a30a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
=========
## 2.8.2
* Fix year related bug in tests where year was set to 2016
* Add a yarnfile so yarn is now possible to use for installing dependencies

## 2.8.1
* Fix timeFormat related bug where 'A' was being picked up but not 'a', for setting 12-hour clock.

Expand Down
2 changes: 1 addition & 1 deletion dist/react-datetime.js

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

2 changes: 1 addition & 1 deletion dist/react-datetime.min.js

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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-datetime",
"version": "2.8.1",
"version": "2.8.2",
"description": "A lightweight but complete datetime picker React.js component.",
"homepage": "https://github.com/arqex/react-datetime",
"repository": {
Expand Down

0 comments on commit 4c3a30a

Please sign in to comment.