diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a42e1..82caeda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.0](https://github.com/pokujs/c8/compare/v1.0.2...v1.1.0) (2026-04-05) + + +### Features + +* support dynamic `coverage` flag ([#82](https://github.com/pokujs/c8/issues/82)) ([8c56c7e](https://github.com/pokujs/c8/commit/8c56c7ede7f57851425bef0b7c4f03689ee4a84c)) +* support JSON and JSONC config files ([#84](https://github.com/pokujs/c8/issues/84)) ([ca95b9a](https://github.com/pokujs/c8/commit/ca95b9a324ed6443cd78d56d15405fecc30c69d4)) + ## [1.0.2](https://github.com/pokujs/c8/compare/v1.0.1...v1.0.2) (2026-04-01) diff --git a/package-lock.json b/package-lock.json index cc92c4d..6fbc668 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pokujs/c8", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pokujs/c8", - "version": "1.0.2", + "version": "1.1.0", "license": "MIT", "dependencies": { "c8": "^10.1.3", diff --git a/package.json b/package.json index 738197a..ae97b7f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pokujs/c8", "private": false, - "version": "1.0.2", + "version": "1.1.0", "description": "☔️ A Poku plugin for V8 code coverage using c8.", "main": "./lib/index.js", "license": "MIT",