diff --git a/CHANGELOG.md b/CHANGELOG.md index 664806b8..4ce426f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.7.0](https://github.com/mg901/styled-breakpoints/compare/v6.6.4...v6.7.0) (2019-07-20) + + +### Features + +* **orientation:** add orientation ([09584cf](https://github.com/mg901/styled-breakpoints/commit/09584cf)) + ## [6.6.4](https://github.com/mg901/styled-breakpoints/compare/v6.6.3...v6.6.4) (2019-07-15) diff --git a/package.json b/package.json index fc76a020..3df8a5ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "styled-breakpoints", - "version": "6.6.4", + "version": "6.7.0", "description": "Simple and powerfull css breakpoints for styled-components", "main": "dist/lib/index.js", "module": "dist/es/index.js",