Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antonfisher committed Sep 29, 2019
1 parent 2cd4870 commit 9d36813
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Change Log
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.0](https://github.com/antonfisher/react-simple-timefield/compare/v2.0.3...v3.0.0) (2019-09-29)


### Bug Fixes

* [BREAKING CHANGES] add event to callback arguments (closes [#5](https://github.com/antonfisher/react-simple-timefield/issues/5)) ([5b5849c](https://github.com/antonfisher/react-simple-timefield/commit/5b5849c))
* remove react deprecation warning, replace componentWillReceiveProps call (closes [#11](https://github.com/antonfisher/react-simple-timefield/issues/11)) ([ad1f667](https://github.com/antonfisher/react-simple-timefield/commit/ad1f667))

## [2.0.3](https://github.com/antonfisher/react-simple-timefield/compare/v2.0.2...v2.0.3) (2019-04-10)


Expand Down
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-simple-timefield",
"version": "2.0.3",
"version": "3.0.0",
"description": "Simple React time input field",
"author": {
"name": "Anton Fisher",
Expand Down

0 comments on commit 9d36813

Please sign in to comment.