diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce3fb3..5b50050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + + +## [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. diff --git a/package.json b/package.json index cb7d3bf..40faa3d 100644 --- a/package.json +++ b/package.json @@ -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" },