From 151d24be89af082e58d5d0b6e2336105510ef826 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 23:27:58 +0000 Subject: [PATCH 1/2] chore: update the CHANGELOG.md for v2.1.1 [AUTO] this commit is created by github actions automatialy. --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) 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 From 02047aa84103f9a41748fa6597db9a0c6eefec85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 23:27:58 +0000 Subject: [PATCH 2/2] chore: update version of package.json for v2.1.1 [AUTO] this commit is created by github actions automatialy. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",