diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 841e693b..c49610d2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "17.0.0" + ".": "17.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e378964f..b99bf0b2 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. +## [17.0.1](https://github.com/istanbuljs/nyc/compare/nyc-v17.0.0...nyc-v17.0.1) (2024-06-26) + + +### Bug Fixes + +* reduce size of serialized JSON output ([#1570](https://github.com/istanbuljs/nyc/issues/1570)) ([ae657b6](https://github.com/istanbuljs/nyc/commit/ae657b66264fe7c19a710271510e41b94a152cfa)) + ## [17.0.0](https://github.com/istanbuljs/nyc/compare/nyc-v16.0.0...nyc-v17.0.0) (2024-04-19) diff --git a/package-lock.json b/package-lock.json index 0132bd4a..51c82011 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nyc", - "version": "17.0.0", + "version": "17.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nyc", - "version": "17.0.0", + "version": "17.0.1", "license": "ISC", "dependencies": { "@istanbuljs/load-nyc-config": "^1.0.0", diff --git a/package.json b/package.json index 778de516..0b87c935 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nyc", - "version": "17.0.0", + "version": "17.0.1", "description": "the Istanbul command line interface", "main": "index.js", "scripts": {