From 88a90664ad68bdd31cbaf5b804bba7926fce8d4f Mon Sep 17 00:00:00 2001 From: "mato533-checker[bot]" <183785025+mato533-checker[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 05:40:54 +0900 Subject: [PATCH] chore(release): v2.0.2 (#56) * 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 <35281743+mato533@users.noreply.github.com> --- CHANGELOG.md | 104 ++++++++++++++++++++++++++++++++++----------------- cliff.toml | 22 +++++------ package.json | 2 +- 3 files changed, 81 insertions(+), 47 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85abc82..e07aa6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/cliff.toml b/cliff.toml index 950e43b..d91de8a 100644 --- a/cliff.toml +++ b/cliff.toml @@ -71,20 +71,20 @@ commit_preprocessors = [ ] # regex for parsing and grouping commits commit_parsers = [ - { message = "^feat", group = "๐Ÿš€ Features" }, - { message = "^fix", group = "๐Ÿ› Bug Fixes" }, - { message = "^doc", group = "๐Ÿ“š Documentation" }, - { message = "^perf", group = "โšก Performance" }, - { message = "^refactor", group = "๐Ÿšœ Refactor" }, - { message = "^style", group = "๐ŸŽจ Styling" }, - { message = "^test", group = "๐Ÿงช Testing" }, + { message = "^feat", group = "๐Ÿš€ Features" }, + { message = "^fix", group = "๐Ÿ› Bug Fixes" }, + { message = "^doc", group = "๐Ÿ“š Documentation" }, + { message = "^perf", group = "โšก Performance" }, + { message = "^refactor", group = "๐Ÿšœ Refactor" }, + { message = "^style", group = "๐ŸŽจ Styling" }, + { message = "^test", group = "๐Ÿงช 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 = "โš™๏ธ Miscellaneous Tasks" }, - { body = ".*security", group = "๐Ÿ›ก๏ธ Security" }, - { message = "^revert", group = "โ—€๏ธ Revert" }, + { message = "^chore\\(deps.*\\)", group = "๐Ÿ› ๏ธ Bump Dependencies" }, + { message = "^chore|^ci", group = "โš™๏ธ Miscellaneous Tasks" }, + { body = ".*security", group = "๐Ÿ›ก๏ธ Security" }, + { message = "^revert", group = "โ—€๏ธ Revert" }, ] # filter out the commits that are not matched by commit parsers filter_commits = false diff --git a/package.json b/package.json index 0c3e634..bc3be83 100644 --- a/package.json +++ b/package.json @@ -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",