Skip to content

Commit

Permalink
chore(release): v2.1.0 (#63)
Browse files Browse the repository at this point in the history
* chore: update the CHANGELOG.md for v2.1.0

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

* chore: update version of package.json for v2.1.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
1 parent cf49f30 commit 74b3319
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,25 @@

All notable changes to this project will be documented in this file.

## [2.1.0] - 2024-11-01

### 🚜 Refactor

- Reduce cyclomatic complexity ([#60](https://github.com/mato533/electron-typed-ipc-bridge/pull/60))
- Fix typos ([#61](https://github.com/mato533/electron-typed-ipc-bridge/pull/61))
- Fix typo for logger ([#62](https://github.com/mato533/electron-typed-ipc-bridge/pull/62))

### ⚙️ Miscellaneous Tasks

- Update release workflow ([#57](https://github.com/mato533/electron-typed-ipc-bridge/pull/57))

## [2.0.2] - 2024-10-29

### ⚙️ Miscellaneous Tasks

- Update ci to use common actions ([#50](https://github.com/mato533/electron-typed-ipc-bridge/pull/50))
- Update rollup config to disable sourcemap in the CI ([#52](https://github.com/mato533/electron-typed-ipc-bridge/pull/52))
- _(release)_ V2.0.2 ([#56](https://github.com/mato533/electron-typed-ipc-bridge/pull/56))

### 🛠️ Bump Dependencies

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": "2.0.2",
"version": "2.1.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 74b3319

Please sign in to comment.