Skip to content

Commit

Permalink
chore(release): v1.0.0 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 20, 2024
1 parent 06bd661 commit 4365393
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

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": "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",
Expand Down

0 comments on commit 4365393

Please sign in to comment.