Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): v2.1.2 #91

Merged
merged 2 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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