Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Carr committed Oct 24, 2017
1 parent ec7c658 commit f09328e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.3.1] - 2017-10-24
### Added
- Added peer dependency for React 16

## [1.3.0] - 2016-07-08
### Added
Expand Down Expand Up @@ -33,7 +36,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Now works in popup windows and iframes with a different `window` context (#22)


[Unreleased]: https://github.com/digidem/react-dimensions/compare/v1.3.0...HEAD
[Unreleased]: https://github.com/digidem/react-dimensions/compare/v1.3.1...HEAD
[1.3.1]: https://github.com/digidem/react-dimensions/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/digidem/react-dimensions/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/digidem/react-dimensions/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/digidem/react-dimensions/compare/v1.1.0...v1.1.1
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-dimensions",
"version": "1.3.0",
"version": "1.3.1",
"description": "React [higher-order component](https://gist.github.com/sebmarkbage/ef0bf1f338a7182b6775) to get dimensions of container",
"main": "index.js",
"standard": {
Expand Down

0 comments on commit f09328e

Please sign in to comment.