Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Oct 13, 2015
1 parent 866203b commit 6c30dad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion HISTORY.md
@@ -1,4 +1,5 @@
## master
## [v0.3.1]
> Oct 14, 2015
- Make footer links bigger
- Fix slight bug where documents with images can derail scrolltracking
Expand All @@ -15,3 +16,4 @@
- Initial release.

[v0.2.0]: https://github.com/docpress/docpress-base/compare/v0.1.0...v0.2.0
[v0.3.1]: https://github.com/docpress/docpress-base/compare/v0.2.0...v0.3.1
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "docpress-base",
"description": "Base theme for Docpress.",
"version": "0.2.0",
"version": "0.3.1",
"author": "Rico Sta. Cruz <rico@ricostacruz.com>",
"bugs": {
"url": "https://github.com/docpress/docpress-base/issues"
Expand Down
2 changes: 1 addition & 1 deletion test/fixture/with_anchors_test.js
Expand Up @@ -29,7 +29,7 @@ describe('fixture/with anchors:', function () {
})

it('links to anchored versions', function () {
expect(data).toInclude('<a href="index.html#two" class="link title link-index">intro 2</a>')
expect(data).toInclude('<a href="index.html#two" class="link title link-index-2">intro 2</a>')
})
})
})

0 comments on commit 6c30dad

Please sign in to comment.