Skip to content

Commit c6174a5

Browse files
committed
Preparing the 1.0.4 release
1 parent b18f7b3 commit c6174a5

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
# CHANGELOG
22

3-
## 1.0.2 (2017-01-22)
3+
## 1.0.4 (2017-02-27)
4+
5+
- Fixed the aspect-ratio query
6+
- improved the isEmptyObject tests
7+
8+
## 1.0.3 (2017-02-26)
9+
10+
- Made Jest a dev-only dependency
11+
12+
## 1.0.2 (2017-02-22)
413

514
- BUGFIX (#6): Fixed unitless @container queries
615
- Upgraded Jest from v18 to v19
716

817

9-
## 1.0.1 (2017-01-21)
18+
## 1.0.1 (2017-02-21)
1019

1120
- Removed coverage/ and .babelrc from the installed package, hence making it a bit lighter.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zeecoder/container-query",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"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.",
55
"main": "index.js",
66
"author": "Viktor Hubert <[email protected]>",

0 commit comments

Comments
 (0)