diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e15888..e1e18a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [0.0.8] - 2024-10-18 +### ๐Ÿ“š Documentation + +### ๐Ÿงช Testing + ### โš™๏ธ Miscellaneous Tasks ## [0.0.6] - 2024-10-18 diff --git a/README.md b/README.md index 9869548..3de2b7e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![npm version](https://badge.fury.io/js/electron-typed-ipc-bridge.svg)](https://badge.fury.io/js/electron-typed-ipc-bridge) [![Run Test](https://github.com/mato533/electron-typed-ipc-bridge/actions/workflows/test.yml/badge.svg)](https://github.com/mato533/electron-typed-ipc-bridge/actions/workflows/test.yml) [![codecov](https://codecov.io/gh/mato533/electron-typed-ipc-bridge/graph/badge.svg?token=T4ICAR3SCF)](https://codecov.io/gh/mato533/electron-typed-ipc-bridge) [![GitHub](https://img.shields.io/github/license/mato533/rollup-plugin-gas)](https://github.com/mato533/rollup-plugin-gas/blob/main/LICENSE) diff --git a/package.json b/package.json index 8be658d..ae15abc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-typed-ipc-bridge", - "version": "0.0.8", + "version": "0.0.9", "description": "Fully typesafe Electron context bridge generator for IPC (Inter-Process Communication).", "type": "module", "main": "./dist/cjs/index.js", diff --git a/vitest.config.ts b/vitest.config.ts index fe42e91..11cfa2d 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -7,7 +7,7 @@ export default defineConfig({ globals: true, reporters: 'verbose', coverage: { - exclude: ['src/index.ts', ...coverageConfigDefaults.exclude], + exclude: ['src/index.ts', 'playground/*', ...coverageConfigDefaults.exclude], }, }, resolve: {