From 12b38c3d18b4d2bcc0a9c3ea6e60ddc8ff84f011 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 08:06:06 +0000 Subject: [PATCH] chore(master): release 9.1.2 (#225) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 754a700e..0d331baa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [9.1.2](https://github.com/istanbuljs/v8-to-istanbul/compare/v9.1.1...v9.1.2) (2023-10-04) + + +### Bug Fixes + +* upgrade `convert-source-map` ([#224](https://github.com/istanbuljs/v8-to-istanbul/issues/224)) ([d2cc490](https://github.com/istanbuljs/v8-to-istanbul/commit/d2cc49094ee4ed20a0df1a2e441b83e8dbb64c22)) + ## [9.1.1](https://github.com/istanbuljs/v8-to-istanbul/compare/v9.1.0...v9.1.1) (2023-10-04) diff --git a/package-lock.json b/package-lock.json index cb97bf32..ff13da5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "v8-to-istanbul", - "version": "9.1.1", + "version": "9.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "v8-to-istanbul", - "version": "9.1.1", + "version": "9.1.2", "license": "ISC", "dependencies": { "@jridgewell/trace-mapping": "^0.3.12", diff --git a/package.json b/package.json index c6255a0e..031d638b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "v8-to-istanbul", - "version": "9.1.1", + "version": "9.1.2", "description": "convert from v8 coverage format to istanbul's format", "main": "index.js", "types": "index.d.ts",