Skip to content

Commit

Permalink
chore(release): 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed Aug 21, 2017
1 parent c84d4a7 commit d16dfcf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.

<a name="2.9.2"></a>
## [2.9.2](https://github.com/tomchentw/react-toastr/compare/v2.9.1...v2.9.2) (2017-08-21)


### Bug Fixes

* **ToastContainer:** replace _.omit with object rest ([bc1a397](https://github.com/tomchentw/react-toastr/commit/bc1a397)), closes [#105](https://github.com/tomchentw/react-toastr/issues/105) [#104](https://github.com/tomchentw/react-toastr/issues/104)



<a name="2.9.1"></a>
## [2.9.1](https://github.com/tomchentw/react-toastr/compare/v2.9.0...v2.9.1) (2017-08-21)

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-toastr",
"version": "2.9.1",
"version": "2.9.2",
"description": "React.js toastr component",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit d16dfcf

Please sign in to comment.