From 75713d8b73c80f7f159c95ad1d79cfef660eac08 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Thu, 4 May 2017 16:39:28 -0700 Subject: [PATCH] chore(release): 10.3.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12d7182e1..d60000183 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. + +## [10.3.1](https://github.com/istanbuljs/nyc/compare/v10.3.0...v10.3.1) (2017-05-04) + + +### Bug Fixes + +* introduced a bug that resulted in source-maps not being loaded approriately on second test run ([#566](https://github.com/istanbuljs/nyc/issues/566)) ([1bf74fd](https://github.com/istanbuljs/nyc/commit/1bf74fd)) + + + # [10.3.0](https://github.com/istanbuljs/nyc/compare/v10.2.0...v10.3.0) (2017-04-29) diff --git a/package.json b/package.json index 89d91129e..9b3e815be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nyc", - "version": "10.3.0", + "version": "10.3.1", "description": "the Istanbul command line interface", "main": "index.js", "scripts": {