Skip to content

Commit c4cacbf

Browse files
committed
Release v0.2.0
1 parent d426dd7 commit c4cacbf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## master
1+
## [v0.2.0]
2+
> Oct 12, 2015
23
34
- Allow anchor links in TOC (eg, `README.md#usage`)
45
- Fix issue where links inside `docs/` causes errors
@@ -10,3 +11,5 @@
1011
> Oct 11, 2015
1112
1213
- Initial release.
14+
15+
[v0.2.0]: https://github.com/docpress/docpress-core/compare/v0.1.0...v0.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docpress-core",
33
"description": "Metalsmith plugin to generate Docpress site data from a project. Part of the [Docpress] project.",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"author": "Rico Sta. Cruz <rico@ricostacruz.com>",
66
"bugs": {
77
"url": "https://github.com/docpress/docpress-core/issues"

0 commit comments

Comments
 (0)