diff --git a/CHANGELOG.md b/CHANGELOG.md index b389e11..1af05ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,20 @@ # CHANGELOG -## 1.0.2 (2017-01-22) +## 1.0.4 (2017-02-27) + +- Fixed the aspect-ratio query +- improved the isEmptyObject tests + +## 1.0.3 (2017-02-26) + +- Made Jest a dev-only dependency + +## 1.0.2 (2017-02-22) - BUGFIX (#6): Fixed unitless @container queries - Upgraded Jest from v18 to v19 -## 1.0.1 (2017-01-21) +## 1.0.1 (2017-02-21) - Removed coverage/ and .babelrc from the installed package, hence making it a bit lighter. diff --git a/package.json b/package.json index 5b9fffc..ffad7b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zeecoder/container-query", - "version": "1.0.3", + "version": "1.0.4", "description": "A PostCSS plugin and Javascript runtime combination, which allows you to write @container queries in your CSS the same way you would write @media queries.", "main": "index.js", "author": "Viktor Hubert ",