Skip to content

Commit

Permalink
Release v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Nov 26, 2015
1 parent 6d40926 commit b9249e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
@@ -1,3 +1,8 @@
## [v0.6.4]
> Nov 26, 2015
- [docpress/#2](https://github.com/docpress/docpress/issues/2) - fix stylesheet problem

## [v0.6.2]
> Nov 13, 2015
Expand Down
8 changes: 6 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "docpress-base",
"description": "Base theme for Docpress.",
"version": "0.6.2",
"version": "0.6.4",
"author": "Rico Sta. Cruz <rico@ricostacruz.com>",
"bugs": {
"url": "https://github.com/docpress/docpress-base/issues"
Expand Down Expand Up @@ -51,5 +51,9 @@
"test": "mocha",
"serve": "ss fixture/onmount/_docpress",
"watch": "mocha -R min --watch"
}
},
"files": [
"cache/script.js",
"cache/style.css"
]
}

0 comments on commit b9249e9

Please sign in to comment.