diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a4ee19..4b062b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,34 @@ All notable changes to this project will be documented in this file. +## [2.1.1] - 2024-11-09 + +### ๐Ÿ“š Documentation + +- Add badges to README.md ([#75](https://github.com/mato533/electron-typed-ipc-bridge/pull/75)) + +### ๐Ÿงช Testing + +- Add missing abnormal condition tests ([#64](https://github.com/mato533/electron-typed-ipc-bridge/pull/64)) +- Update test name ([#67](https://github.com/mato533/electron-typed-ipc-bridge/pull/67)) +- Add the E2E testing ([#72](https://github.com/mato533/electron-typed-ipc-bridge/pull/72)) + +### โš™๏ธ Miscellaneous Tasks + +- Update test workflow ([#65](https://github.com/mato533/electron-typed-ipc-bridge/pull/65)) +- Update config for renovate ([#66](https://github.com/mato533/electron-typed-ipc-bridge/pull/66)) +- Update ci ([#70](https://github.com/mato533/electron-typed-ipc-bridge/pull/70)) +- Update rollup configurations ([#71](https://github.com/mato533/electron-typed-ipc-bridge/pull/71)) +- Update ci.yml ([#76](https://github.com/mato533/electron-typed-ipc-bridge/pull/76)) + +### ๐Ÿ› ๏ธ Bump Dependencies + +- _(deps)_ Update playground package.json changes ([#68](https://github.com/mato533/electron-typed-ipc-bridge/pull/68)) +- _(deps)_ Update all non-major dependencies ([#69](https://github.com/mato533/electron-typed-ipc-bridge/pull/69)) +- _(deps)_ Update playground package.json changes ([#73](https://github.com/mato533/electron-typed-ipc-bridge/pull/73)) +- _(deps)_ Update all non-major dependencies ([#74](https://github.com/mato533/electron-typed-ipc-bridge/pull/74)) +- _(deps)_ Update dependency rollup to ^4.25.0 ([#77](https://github.com/mato533/electron-typed-ipc-bridge/pull/77)) + ## [2.1.0] - 2024-11-01 ### ๐Ÿšœ Refactor @@ -13,6 +41,7 @@ All notable changes to this project will be documented in this file. ### โš™๏ธ Miscellaneous Tasks - Update release workflow ([#57](https://github.com/mato533/electron-typed-ipc-bridge/pull/57)) +- _(release)_ V2.1.0 ([#63](https://github.com/mato533/electron-typed-ipc-bridge/pull/63)) ## [2.0.2] - 2024-10-29 diff --git a/package.json b/package.json index c766182..3ab1028 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-typed-ipc-bridge", - "version": "2.1.0", + "version": "2.1.1", "description": "Fully type-safe Electron context bridge generator for IPC (Inter-Process Communication).", "type": "module", "main": "./dist/cjs/index.js",