chore(release): 1.0.3

This commit is contained in:
Tom MacWright
2017-01-25 09:05:01 -05:00
parent 20c212fdf9
commit 04cd284b2c
2 changed files with 11 additions and 2 deletions

View File

@ -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
* Fixes non-unique IDs on section headers.

View File

@ -1,6 +1,6 @@
{
"name": "docbox",
"version": "1.0.2",
"version": "1.0.3",
"description": "an api documentation website",
"main": "index.js",
"scripts": {
@ -48,7 +48,7 @@
"remark": "^5.0.1",
"remark-html": "^5.0.0",
"remark-slug": "^4.1.0",
"standard-changelog": "^0.0.1",
"standard-version": "^4.0.0",
"unist-util-select": "^1.3.0",
"unist-util-visit": "^1.0.0"
},