Skip to content

Commit

Permalink
Preparing the 1.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeCoder committed Feb 27, 2017
1 parent b18f7b3 commit c6174a5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit c6174a5

Please sign in to comment.