From 41f4476f9f1010367d62c9e7841e14cfe4a2801a Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 18 Sep 2024 22:50:59 -0400
Subject: [PATCH] chore(main): release nyc 17.1.0 (#1572)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
 .release-please-manifest.json |  2 +-
 CHANGELOG.md                  | 12 ++++++++++++
 package-lock.json             |  4 ++--
 package.json                  |  2 +-
 4 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 841e693b..d61179d1 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "17.0.0"
+  ".": "17.1.0"
 }
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e378964f..44b5e591 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,18 @@
 
 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.1.0](https://github.com/istanbuljs/nyc/compare/nyc-v17.0.0...nyc-v17.1.0) (2024-09-19)
+
+
+### Features
+
+* **deps:** bump foreground-child from ^2.0.0 to ^3.0.0 ([#1546](https://github.com/istanbuljs/nyc/issues/1546)) ([af74d1e](https://github.com/istanbuljs/nyc/commit/af74d1eae6c598f05f6de9332cf4f83b63286fcb))
+
+
+### 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 12ae683d..61568ee0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "nyc",
-  "version": "17.0.0",
+  "version": "17.1.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "nyc",
-      "version": "17.0.0",
+      "version": "17.1.0",
       "license": "ISC",
       "dependencies": {
         "@istanbuljs/load-nyc-config": "^1.0.0",
diff --git a/package.json b/package.json
index 456ade56..87d0ab12 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "nyc",
-  "version": "17.0.0",
+  "version": "17.1.0",
   "description": "the Istanbul command line interface",
   "main": "index.js",
   "scripts": {