Skip to content

Commit

Permalink
chore(release): v2.1.3 (#97)
Browse files Browse the repository at this point in the history
**Preparations for v2.1.3**

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 100edf1 commit 505b118
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,6 +2,18 @@

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

## [2.1.3] - 2024-12-06

### ⚙️ Miscellaneous Tasks

- Change to monorepo ([#94](https://github.com/mato533/electron-typed-ipc-bridge/pull/94))
- Add chengelog to script ([#95](https://github.com/mato533/electron-typed-ipc-bridge/pull/95))
- Update create-release-pr.yml ([#96](https://github.com/mato533/electron-typed-ipc-bridge/pull/96))

### 🛠️ Bump Dependencies

- _(deps)_ Update all non-major dependencies ([#93](https://github.com/mato533/electron-typed-ipc-bridge/pull/93))

## [2.1.2] - 2024-11-27

### 🚜 Refactor
Expand All @@ -11,6 +23,7 @@ All notable changes to this project will be documented in this file.
### ⚙️ Miscellaneous Tasks

- _(config)_ Migrate renovate config ([#81](https://github.com/mato533/electron-typed-ipc-bridge/pull/81))
- _(release)_ V2.1.2 ([#91](https://github.com/mato533/electron-typed-ipc-bridge/pull/91))

### 🛠️ Bump Dependencies

Expand Down
2 changes: 1 addition & 1 deletion packages/electron-typed-ipc-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-typed-ipc-bridge",
"version": "2.1.2",
"version": "2.1.3",
"description": "Fully type-safe Electron context bridge generator for IPC (Inter-Process Communication).",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 505b118

Please sign in to comment.