diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a1abb9..4f820e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.0](https://github.com/pokujs/coverage/compare/v0.9.0...v0.10.0) (2026-05-08) + + +### Features + +* support Jest ([#43](https://github.com/pokujs/coverage/issues/43)) ([39275e6](https://github.com/pokujs/coverage/commit/39275e66609c2d068bc9c3c81beddc729ae0113b)) + ## [0.9.0](https://github.com/pokujs/coverage/compare/v0.8.1...v0.9.0) (2026-05-01) diff --git a/package-lock.json b/package-lock.json index f781ed1..a4c88e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pokujs/coverage", - "version": "0.9.0", + "version": "0.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pokujs/coverage", - "version": "0.9.0", + "version": "0.10.0", "license": "MIT", "dependencies": { "acorn": "^8.16.0", diff --git a/package.json b/package.json index 893cb6c..e708079 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pokujs/coverage", "private": false, - "version": "0.9.0", + "version": "0.10.0", "description": "☔️ The world's first V8 and JSC coverage tool to generate reports for Node.js, Bun, Deno, and TypeScript at the same time.", "type": "module", "main": "./lib/index.js",