Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linda-rian committed Jul 31, 2016
1 parent 0663016 commit a52d0e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.7.0
Updated Banks DB to 0.10.6 and PostCSS to 5.1.1

# v0.6.0
Updated Banks DB to 0.10.0 and PostCSS to 5.0.19

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-banks-db",
"version": "0.6.0",
"version": "0.7.0",
"description": "PostCSS plugin to insert CSS based on Banks DB data",
"keywords": [
"postcss",
Expand All @@ -21,8 +21,8 @@
},
"homepage": "https://github.com/ramoona/postcss-banks-db",
"dependencies": {
"postcss": "^5.0.19",
"banks-db": "^0.10.0"
"postcss": "^5.1.1",
"banks-db": "^0.10.6"
},
"devDependencies": {
"ava": "^0.11.0",
Expand Down

0 comments on commit a52d0e8

Please sign in to comment.