Skip to content

Commit

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

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

* chore: update version of package.json for v2.0.2

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

* docs: update changelog format

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mato533 <[email protected]>
  • Loading branch information
3 people authored Oct 29, 2024
1 parent 2e3265d commit 88a9066
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 47 deletions.
104 changes: 69 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,134 +2,168 @@

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

## [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))

### 🛠️ Bump Dependencies

- _(deps)_ Update dependency @types/node to ^20.17.1 ([#47](https://github.com/mato533/electron-typed-ipc-bridge/pull/47))
- _(deps)_ Update dependency @types/node to ^22.8.1 ([#48](https://github.com/mato533/electron-typed-ipc-bridge/pull/48))
- _(deps)_ Update dependency vue-tsc to ^2.1.8 ([#49](https://github.com/mato533/electron-typed-ipc-bridge/pull/49))
- _(deps)_ Update all non-major dependencies ([#51](https://github.com/mato533/electron-typed-ipc-bridge/pull/51))
- _(deps)_ Update all non-major dependencies ([#53](https://github.com/mato533/electron-typed-ipc-bridge/pull/53))
- _(deps)_ Update playglound package.json changes ([#54](https://github.com/mato533/electron-typed-ipc-bridge/pull/54))
- _(deps)_ Update dependency @types/node to v22 ([#55](https://github.com/mato533/electron-typed-ipc-bridge/pull/55))

## [2.0.1] - 2024-10-24

### 🐛 Bug Fixes

- Export LogLevel from index.d.ts ([#40](https://github.com/mato533/electron-typed-ipc-bridge/issues/40))
- Export LogLevel from index.d.ts ([#40](https://github.com/mato533/electron-typed-ipc-bridge/pull/40))

### 🚜 Refactor

- Logging function ([#45](https://github.com/mato533/electron-typed-ipc-bridge/issues/45))
- Logging function ([#45](https://github.com/mato533/electron-typed-ipc-bridge/pull/45))

### 📚 Documentation

- Add sample codes and descriptions ([#39](https://github.com/mato533/electron-typed-ipc-bridge/issues/39))
- Add sample codes and descriptions ([#39](https://github.com/mato533/electron-typed-ipc-bridge/pull/39))

### ⚙️ Miscellaneous Tasks

- Update changelog configration at build ([#41](https://github.com/mato533/electron-typed-ipc-bridge/issues/41))
- Update renovate configration ([#42](https://github.com/mato533/electron-typed-ipc-bridge/issues/42))
- Update changelog configration at build ([#41](https://github.com/mato533/electron-typed-ipc-bridge/pull/41))
- Update renovate configration ([#42](https://github.com/mato533/electron-typed-ipc-bridge/pull/42))
- _(release)_ V2.0.1 ([#46](https://github.com/mato533/electron-typed-ipc-bridge/pull/46))

### 🛠️ Bump Dependencies

- _(deps)_ Update all non-major dependencies ([#43](https://github.com/mato533/electron-typed-ipc-bridge/pull/43))
- _(deps)_ Update playglound package.json changes ([#44](https://github.com/mato533/electron-typed-ipc-bridge/pull/44))

## [2.0.0] - 2024-10-23

### 🚜 Refactor

- Update export names ([#37](https://github.com/mato533/electron-typed-ipc-bridge/issues/37))
- Update export names ([#37](https://github.com/mato533/electron-typed-ipc-bridge/pull/37))

### ⚙️ Miscellaneous Tasks

- Update ci for release ([#36](https://github.com/mato533/electron-typed-ipc-bridge/issues/36))
- _(release)_ V2.0.0 ([#38](https://github.com/mato533/electron-typed-ipc-bridge/issues/38))
- Update ci for release ([#36](https://github.com/mato533/electron-typed-ipc-bridge/pull/36))
- _(release)_ V2.0.0 ([#38](https://github.com/mato533/electron-typed-ipc-bridge/pull/38))

## [1.2.0] - 2024-10-23

### 🚀 Features

- Change the return value for ipc with "on" to be Promise ([#32](https://github.com/mato533/electron-typed-ipc-bridge/issues/32))
- Change the return value for ipc with "on" to be Promise ([#32](https://github.com/mato533/electron-typed-ipc-bridge/pull/32))

### 📚 Documentation

- Fix invalid indents at readme ([#33](https://github.com/mato533/electron-typed-ipc-bridge/issues/33))
- Fix invalid indents at readme ([#33](https://github.com/mato533/electron-typed-ipc-bridge/pull/33))

### 🧪 Testing

- Add tests for logger and some adjustments for logic ([#34](https://github.com/mato533/electron-typed-ipc-bridge/issues/34))
- Add tests for logger and some adjustments for logic ([#34](https://github.com/mato533/electron-typed-ipc-bridge/pull/34))

### ⚙️ Miscellaneous Tasks

- _(release)_ V1.2.0 ([#35](https://github.com/mato533/electron-typed-ipc-bridge/issues/35))
- _(release)_ V1.2.0 ([#35](https://github.com/mato533/electron-typed-ipc-bridge/pull/35))

### 🛠️ Bump Dependencies

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

## [1.1.0] - 2024-10-21

### 🚀 Features

- Add logging functions ([#27](https://github.com/mato533/electron-typed-ipc-bridge/issues/27))
- Add logging functions ([#27](https://github.com/mato533/electron-typed-ipc-bridge/pull/27))

### 🧪 Testing

- Add tests for functions about channelmap ([#26](https://github.com/mato533/electron-typed-ipc-bridge/issues/26))
- Add tests for functions about channelmap ([#26](https://github.com/mato533/electron-typed-ipc-bridge/pull/26))

### ⚙️ Miscellaneous Tasks

- Update env at build workflow for git-cliff ([#25](https://github.com/mato533/electron-typed-ipc-bridge/issues/25))
- _(release)_ V1.1.0 ([#28](https://github.com/mato533/electron-typed-ipc-bridge/issues/28))
- Update env at build workflow for git-cliff ([#25](https://github.com/mato533/electron-typed-ipc-bridge/pull/25))
- _(release)_ V1.1.0 ([#28](https://github.com/mato533/electron-typed-ipc-bridge/pull/28))

## [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))
- Split functon register and emmiter at main process ([#23](https://github.com/mato533/electron-typed-ipc-bridge/pull/23))

### 📚 Documentation

- Add git-cliff config for github release note ([#22](https://github.com/mato533/electron-typed-ipc-bridge/issues/22))
- Add git-cliff config for github release note ([#22](https://github.com/mato533/electron-typed-ipc-bridge/pull/22))

### ⚙️ Miscellaneous Tasks

- _(release)_ V1.0.0 ([#24](https://github.com/mato533/electron-typed-ipc-bridge/issues/24))
- _(release)_ V1.0.0 ([#24](https://github.com/mato533/electron-typed-ipc-bridge/pull/24))

## [0.0.10] - 2024-10-20

### 🐛 Bug Fixes

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

### ⚙️ Miscellaneous Tasks

- 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))
- Update release workflow ([#13](https://github.com/mato533/electron-typed-ipc-bridge/pull/13))
- Fix undefinde env ([#19](https://github.com/mato533/electron-typed-ipc-bridge/pull/19))
- Fix mismatch of condition and command ([#20](https://github.com/mato533/electron-typed-ipc-bridge/pull/20))
- _(release)_ V0.0.10 ([#21](https://github.com/mato533/electron-typed-ipc-bridge/pull/21))

### 🛠️ Bump Dependencies

- _(deps)_ Update dependency electron to v33 ([#17](https://github.com/mato533/electron-typed-ipc-bridge/pull/17))
- _(deps)_ Update dependency @vue/eslint-config-prettier to v10 ([#16](https://github.com/mato533/electron-typed-ipc-bridge/pull/16))
- _(deps)_ Update dependency @vue/eslint-config-typescript to v14 ([#15](https://github.com/mato533/electron-typed-ipc-bridge/pull/15))
- _(deps)_ Update dependency eslint to v9 ([#18](https://github.com/mato533/electron-typed-ipc-bridge/pull/18))

## [0.0.9] - 2024-10-18

### ⚙️ Miscellaneous Tasks

- _(release)_ Prepare for v0.0.9 ([#12](https://github.com/mato533/electron-typed-ipc-bridge/issues/12))
- _(release)_ Prepare for v0.0.9 ([#12](https://github.com/mato533/electron-typed-ipc-bridge/pull/12))

## [0.0.8] - 2024-10-18

### ⚙️ Miscellaneous Tasks

- _(release)_ Prepare for v0.0.8 ([#11](https://github.com/mato533/electron-typed-ipc-bridge/issues/11))
- _(release)_ Prepare for v0.0.8 ([#11](https://github.com/mato533/electron-typed-ipc-bridge/pull/11))

## [0.0.7] - 2024-10-18

### ⚙️ Miscellaneous Tasks

- _(release)_ Prepare for v0.0.7 ([#10](https://github.com/mato533/electron-typed-ipc-bridge/issues/10))
- _(release)_ Prepare for v0.0.7 ([#10](https://github.com/mato533/electron-typed-ipc-bridge/pull/10))

## [0.0.6] - 2024-10-18

### ⚙️ Miscellaneous Tasks

- Add the option --no-git-checks when pnpm publish ([#8](https://github.com/mato533/electron-typed-ipc-bridge/issues/8))
- _(release)_ Prepare for v0.0.6 ([#9](https://github.com/mato533/electron-typed-ipc-bridge/issues/9))
- Add the option --no-git-checks when pnpm publish ([#8](https://github.com/mato533/electron-typed-ipc-bridge/pull/8))
- _(release)_ Prepare for v0.0.6 ([#9](https://github.com/mato533/electron-typed-ipc-bridge/pull/9))

## [0.0.5] - 2024-10-18

### 🚀 Features

- Initial code ([#4](https://github.com/mato533/electron-typed-ipc-bridge/issues/4))
- Initial code ([#4](https://github.com/mato533/electron-typed-ipc-bridge/pull/4))

### 📚 Documentation

- Add playground sourcecode ([#7](https://github.com/mato533/electron-typed-ipc-bridge/issues/7))
- Add playground sourcecode ([#7](https://github.com/mato533/electron-typed-ipc-bridge/pull/7))

### ⚙️ Miscellaneous Tasks

- Initial repository configrations ([#2](https://github.com/mato533/electron-typed-ipc-bridge/issues/2))
- Add configurations for Renovate ([#1](https://github.com/mato533/electron-typed-ipc-bridge/issues/1))
- Add configration for ci/cd ([#5](https://github.com/mato533/electron-typed-ipc-bridge/issues/5))
- _(release)_ Prepare for v0.0.5 ([#6](https://github.com/mato533/electron-typed-ipc-bridge/issues/6))
- Initial repository configrations ([#2](https://github.com/mato533/electron-typed-ipc-bridge/pull/2))
- Add configurations for Renovate ([#1](https://github.com/mato533/electron-typed-ipc-bridge/pull/1))
- Add configration for ci/cd ([#5](https://github.com/mato533/electron-typed-ipc-bridge/pull/5))
- _(release)_ Prepare for v0.0.5 ([#6](https://github.com/mato533/electron-typed-ipc-bridge/pull/6))
22 changes: 11 additions & 11 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,20 @@ commit_preprocessors = [
]
# regex for parsing and grouping commits
commit_parsers = [
{ message = "^feat", group = "<!-- 0 -->🚀 Features" },
{ message = "^fix", group = "<!-- 1 -->🐛 Bug Fixes" },
{ message = "^doc", group = "<!-- 3 -->📚 Documentation" },
{ message = "^perf", group = "<!-- 4 -->⚡ Performance" },
{ message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
{ message = "^test", group = "<!-- 6 -->🧪 Testing" },
{ message = "^feat", group = "<!-- 00 -->🚀 Features" },
{ message = "^fix", group = "<!-- 01 -->🐛 Bug Fixes" },
{ message = "^doc", group = "<!-- 03 -->📚 Documentation" },
{ message = "^perf", group = "<!-- 04 -->⚡ Performance" },
{ message = "^refactor", group = "<!-- 02 -->🚜 Refactor" },
{ message = "^style", group = "<!-- 05 -->🎨 Styling" },
{ message = "^test", group = "<!-- 06 -->🧪 Testing" },
#{ message = "^chore\\(release\\): prepare for", skip = true },
#{ message = "^chore\\(deps.*\\)", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
{ message = "^chore\\(pull\\)", skip = true },
{ message = "^chore|^ci", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
{ body = ".*security", group = "<!-- 8 -->🛡️ Security" },
{ message = "^revert", group = "<!-- 9 -->◀️ Revert" },
{ message = "^chore\\(deps.*\\)", group = "<!-- 08 -->🛠️ Bump Dependencies" },
{ message = "^chore|^ci", group = "<!-- 07 -->⚙️ Miscellaneous Tasks" },
{ body = ".*security", group = "<!-- 09 -->🛡️ Security" },
{ message = "^revert", group = "<!-- 10 -->◀️ Revert" },
]
# filter out the commits that are not matched by commit parsers
filter_commits = false
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.1",
"version": "2.0.2",
"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 88a9066

Please sign in to comment.