From 04cd284b2c5dd5c1167845c57cb9b53cc55cfc83 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Wed, 25 Jan 2017 09:05:01 -0500 Subject: [PATCH] chore(release): 1.0.3 --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) 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" },