From f09328e3d3e4798ac2a0123262deb4fc9d30c846 Mon Sep 17 00:00:00 2001 From: Pete Carr Date: Tue, 24 Oct 2017 15:06:06 -0500 Subject: [PATCH] Version 1.3.1 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac16a43..86c26ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 53e3c62..ccc31f2 100644 --- a/package.json +++ b/package.json @@ -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": {