From 973a558cbd7d09e758969449628efe6a268d2460 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 12:04:03 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- 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 58f9376..25cd267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/pokujs/c8/compare/v1.1.1...v1.2.0) (2026-04-08) + + +### Features + +* support for YAML and TOML config files ([#86](https://github.com/pokujs/c8/issues/86)) ([8a6ccf5](https://github.com/pokujs/c8/commit/8a6ccf5ffc8ff65d83b3730ab08b8366c4ef575f)) + ## [1.1.1](https://github.com/pokujs/c8/compare/v1.1.0...v1.1.1) (2026-04-06) diff --git a/package-lock.json b/package-lock.json index 05ec977..b4db61a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pokujs/c8", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pokujs/c8", - "version": "1.1.1", + "version": "1.2.0", "license": "MIT", "dependencies": { "c8": "^10.1.3", diff --git a/package.json b/package.json index 4a73552..de1459e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pokujs/c8", "private": false, - "version": "1.1.1", + "version": "1.2.0", "description": "☔️ A Poku plugin for V8 code coverage using c8.", "main": "./lib/index.js", "license": "MIT",