Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Oct 10, 2015
1 parent ed29396 commit d77c8a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## 1.3.0 (2015-10-10)

- Updated: PostCSS UnRGBA 1.1.0 (major)
- Updated: PostCSS 5.0.9 (patch)

## 1.2.0 (2015-10-10)

- Added: PostCSS UnRGBA 1.0.0
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "oldie",
"version": "1.2.0",
"version": "1.3.0",
"description": "Transform CSS into something compatible with older Internet Explorer",
"keywords": [
"postcss",
Expand Down Expand Up @@ -34,14 +34,14 @@
"dependencies": {
"object-assign": "^4.0.1",
"pixrem": "^3.0.0",
"postcss": "^5.0.8",
"postcss": "^5.0.9",
"postcss-calc": "^5.0.0",
"postcss-pseudoelements": "^3.0.0",
"postcss-unmq": "^1.0.0",
"postcss-unnot": "^1.0.1",
"postcss-unnth": "^1.0.1",
"postcss-unopacity": "^1.0.0",
"postcss-unrgba": "^1.0.0",
"postcss-unrgba": "^1.1.0",
"postcss-unroot": "^1.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
@@ -1,5 +1,5 @@
var tests = {
'postcss-unrgba': {
'oldie': {
'basic': {
message: 'supports basic usage'
}
Expand Down

0 comments on commit d77c8a8

Please sign in to comment.