From 766aa298b02daff9debc0259c1d9322dfb13bf02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 17:50:37 +0000 Subject: [PATCH 1/2] chore: update the CHANGELOG.md for v1.0.0 [AUTO] this commit is created by github actions automatialy. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9796d2..98994a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [1.0.0] - 2024-10-20 + +### 🚀 Features + +- Split functon register and emmiter at main process ([#23](https://github.com/mato533/electron-typed-ipc-bridge/issues/23)) + +### 📚 Documentation + +- Add git-cliff config for github release note ([#22](https://github.com/mato533/electron-typed-ipc-bridge/issues/22)) + ## [0.0.10] - 2024-10-20 ### 🐛 Bug Fixes @@ -13,6 +23,7 @@ All notable changes to this project will be documented in this file. - Update release workflow ([#13](https://github.com/mato533/electron-typed-ipc-bridge/issues/13)) - Fix undefinde env ([#19](https://github.com/mato533/electron-typed-ipc-bridge/issues/19)) - Fix mismatch of condition and command ([#20](https://github.com/mato533/electron-typed-ipc-bridge/issues/20)) +- _(release)_ V0.0.10 ([#21](https://github.com/mato533/electron-typed-ipc-bridge/issues/21)) ## [0.0.9] - 2024-10-18 From 7ca966d8f3a1af0aa7eafbd1319e6d4961e765f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 17:50:37 +0000 Subject: [PATCH 2/2] chore: update version of package.json for v1.0.0 [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 2cd92f4..4d824c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-typed-ipc-bridge", - "version": "0.0.10", + "version": "1.0.0", "description": "Fully typesafe Electron context bridge generator for IPC (Inter-Process Communication).", "type": "module", "main": "./dist/cjs/index.js",