Skip to content

Commit

Permalink
chore(release): v1.2.0 (#35)
Browse files Browse the repository at this point in the history
* chore: update the CHANGELOG.md for v1.2.0

[AUTO] this commit is created by github actions automatialy.

* chore: update version of package.json for v1.2.0

[AUTO] this commit is created by github actions automatialy.

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 23, 2024
1 parent c7d8b65 commit 6e7ddce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6e7ddce

Please sign in to comment.