Skip to content

Commit 67cc9c9

Browse files
committed
1.2.0
1 parent 84bedd5 commit 67cc9c9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.2.0 - 2015-08-13
2+
3+
- Added: compatibility with postcss v4.1.x
4+
([#5](https://github.com/postcss/postcss-font-variant/pull/5))
5+
16
# 1.1.0 - 2015-01-29
27

38
- Fixed: Properly handle font-variant-position:normal ([#3](https://github.com/postcss/postcss-font-variant/pull/3))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-font-variant",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "PostCSS plugin to transform W3C font-variant properties to more compatible CSS (font-feature-settings)",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)