We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d426dd7 commit c4cacbfCopy full SHA for c4cacbf
HISTORY.md
@@ -1,4 +1,5 @@
1
-## master
+## [v0.2.0]
2
+> Oct 12, 2015
3
4
- Allow anchor links in TOC (eg, `README.md#usage`)
5
- Fix issue where links inside `docs/` causes errors
@@ -10,3 +11,5 @@
10
11
> Oct 11, 2015
12
13
- Initial release.
14
+
15
+[v0.2.0]: https://github.com/docpress/docpress-core/compare/v0.1.0...v0.2.0
package.json
@@ -1,7 +1,7 @@
{
"name": "docpress-core",
"description": "Metalsmith plugin to generate Docpress site data from a project. Part of the [Docpress] project.",
- "version": "0.1.0",
+ "version": "0.2.0",
"author": "Rico Sta. Cruz <rico@ricostacruz.com>",
6
"bugs": {
7
"url": "https://github.com/docpress/docpress-core/issues"
0 commit comments