From 3914654f4518153dcc0f4cf47fbbf6728bd6cd54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:53:22 +0000 Subject: [PATCH] chore(main): release 1.0.1 --- 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 6107966..ea1386c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/pokujs/c8/compare/v1.0.0...v1.0.1) (2026-03-31) + + +### Bug Fixes + +* **docs:** add DevJoaoLopes to sponsors ([#78](https://github.com/pokujs/c8/issues/78)) ([898c7a7](https://github.com/pokujs/c8/commit/898c7a74d8a1e501bfa51dfc74a0a1b39c47f679)) + ## 1.0.0 (2026-03-31) diff --git a/package-lock.json b/package-lock.json index 1a25d04..947683a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pokujs/c8", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pokujs/c8", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "c8": "^10.1.3" diff --git a/package.json b/package.json index 861c71a..ad12423 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pokujs/c8", "private": false, - "version": "1.0.0", + "version": "1.0.1", "description": "☔️ A Poku plugin for V8 code coverage using c8.", "main": "./lib/index.js", "license": "MIT",