Skip to content

Commit

Permalink
updated package version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeham98 committed Dec 1, 2020
1 parent 452e261 commit 6cf87e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release v1.0.14

Fixed
- Fixed a bug where events ending at midnight would incorrectly render on the following day
- Fixed a bug where events would not render a full day even if the event ended on that day and spanned all 24 hours of that day
- Fixed a bug where the date span was being incorrectly calculated for dates ending at midnight

Release v1.0.13

Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-awesome-calendar",
"version": "1.0.13",
"version": "1.0.14",
"license": "MIT",
"author": "Michael Hamilton",
"description": "An easy to use React Calendar component",
Expand Down

0 comments on commit 6cf87e6

Please sign in to comment.