diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1885c13f..57ecf3dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.1](https://github.com/bcoe/c8/compare/v1.0.0...v1.0.1) (2017-10-26)
+
+
+### Bug Fixes
+
+* pin to functional version of spawn-wrap ([d1ced8c](https://github.com/bcoe/c8/commit/d1ced8c))
+
+
+
# 1.0.0 (2017-10-26)
diff --git a/package-lock.json b/package-lock.json
index 6fe43111..80783278 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "c8",
- "version": "1.0.0",
+ "version": "1.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 95f5d39a..8d29122c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "c8",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "collect test coverage using v8's profiler",
"main": "index.js",
"bin": "./bin/c8.js",