chore(release): 1.0.3
This commit is contained in:
@ -1,3 +1,12 @@
|
|||||||
|
# Change Log
|
||||||
|
|
||||||
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
|
<a name="1.0.3"></a>
|
||||||
|
## [1.0.3](https://github.com/mapbox/docbox/compare/v1.0.2...v1.0.3) (2017-01-25)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### March 22, 2016
|
### March 22, 2016
|
||||||
|
|
||||||
* Fixes non-unique IDs on section headers.
|
* Fixes non-unique IDs on section headers.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "docbox",
|
"name": "docbox",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "an api documentation website",
|
"description": "an api documentation website",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -48,7 +48,7 @@
|
|||||||
"remark": "^5.0.1",
|
"remark": "^5.0.1",
|
||||||
"remark-html": "^5.0.0",
|
"remark-html": "^5.0.0",
|
||||||
"remark-slug": "^4.1.0",
|
"remark-slug": "^4.1.0",
|
||||||
"standard-changelog": "^0.0.1",
|
"standard-version": "^4.0.0",
|
||||||
"unist-util-select": "^1.3.0",
|
"unist-util-select": "^1.3.0",
|
||||||
"unist-util-visit": "^1.0.0"
|
"unist-util-visit": "^1.0.0"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user