diff --git a/CHANGELOG.md b/CHANGELOG.md index a03dff9..d95d2a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [1.2.0] - 2024-10-23 + +### ๐Ÿš€ Features + +- Change the return value for ipc with "on" to be Promise ([#32](https://github.com/mato533/electron-typed-ipc-bridge/issues/32)) + +### ๐Ÿ“š Documentation + +- Fix invalid indents at readme ([#33](https://github.com/mato533/electron-typed-ipc-bridge/issues/33)) + +### ๐Ÿงช Testing + +- Add tests for logger and some adjustments for logic ([#34](https://github.com/mato533/electron-typed-ipc-bridge/issues/34)) + ## [1.1.0] - 2024-10-21 ### ๐Ÿš€ Features @@ -15,6 +29,7 @@ All notable changes to this project will be documented in this file. ### โš™๏ธ Miscellaneous Tasks - Update env at build workflow for git-cliff ([#25](https://github.com/mato533/electron-typed-ipc-bridge/issues/25)) +- _(release)_ V1.1.0 ([#28](https://github.com/mato533/electron-typed-ipc-bridge/issues/28)) ## [1.0.0] - 2024-10-20 diff --git a/package.json b/package.json index 2cb1f28..8ed9b93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-typed-ipc-bridge", - "version": "1.1.0", + "version": "1.2.0", "description": "Fully typesafe Electron context bridge generator for IPC (Inter-Process Communication).", "type": "module", "main": "./dist/cjs/index.js",