Skip to content

Commit

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

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 40e3d74 commit 8e32bbc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

## [2.1.2] - 2024-11-27

### 🚜 Refactor

- Remove unnecessary config for wdio ([#85](https://github.com/mato533/electron-typed-ipc-bridge/pull/85))

### ⚙️ Miscellaneous Tasks

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

### 🛠️ Bump Dependencies

- _(deps)_ Update playground package.json changes ([#83](https://github.com/mato533/electron-typed-ipc-bridge/pull/83))
- _(deps)_ Update codecov/codecov-action action to v5 ([#84](https://github.com/mato533/electron-typed-ipc-bridge/pull/84))
- _(deps)_ Update playground package.json changes ([#86](https://github.com/mato533/electron-typed-ipc-bridge/pull/86))
- _(deps)_ Update all non-major dependencies ([#82](https://github.com/mato533/electron-typed-ipc-bridge/pull/82))
- _(deps)_ Update playground package.json changes ([#87](https://github.com/mato533/electron-typed-ipc-bridge/pull/87))
- _(deps)_ Update all non-major dependencies ([#89](https://github.com/mato533/electron-typed-ipc-bridge/pull/89))
- _(deps)_ Update dependency vite to v6 ([#90](https://github.com/mato533/electron-typed-ipc-bridge/pull/90))

## [2.1.1] - 2024-11-09

### 📚 Documentation
Expand All @@ -21,6 +41,7 @@ All notable changes to this project will be documented in this file.
- Update ci ([#70](https://github.com/mato533/electron-typed-ipc-bridge/pull/70))
- Update rollup configurations ([#71](https://github.com/mato533/electron-typed-ipc-bridge/pull/71))
- Update ci.yml ([#76](https://github.com/mato533/electron-typed-ipc-bridge/pull/76))
- _(release)_ V2.1.1 ([#80](https://github.com/mato533/electron-typed-ipc-bridge/pull/80))

### 🛠️ 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.1.1",
"version": "2.1.2",
"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 8e32bbc

Please sign in to comment.