Skip to content

Commit

Permalink
chore: update version v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Nov 16, 2024
1 parent d0e3c4b commit 433def5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.5](https://github.com/liangskyli/mock/compare/v4.0.4...v4.0.5) (2024-11-16)


### Bug Fixes

* **grpc-mock:** repeat judge only in repeated ([d0e3c4b](https://github.com/liangskyli/mock/commit/d0e3c4b5634265983da72839f74ce49a94ac1c98))



## [4.0.4](https://github.com/liangskyli/mock/compare/v4.0.3...v4.0.4) (2024-09-30)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "pnpm",
"version": "4.0.4",
"version": "4.0.5",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
9 changes: 9 additions & 0 deletions packages/grpc-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.5](https://github.com/liangskyli/mock/compare/v4.0.4...v4.0.5) (2024-11-16)


### Bug Fixes

* **grpc-mock:** repeat judge only in repeated ([d0e3c4b](https://github.com/liangskyli/mock/commit/d0e3c4b5634265983da72839f74ce49a94ac1c98))



## [4.0.4](https://github.com/liangskyli/mock/compare/v4.0.3...v4.0.4) (2024-09-30)

**Note:** Version bump only for package @liangskyli/grpc-mock
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liangskyli/grpc-mock",
"version": "4.0.4",
"version": "4.0.5",
"description": "grpc mock for bff",
"keywords": [
"grpc",
Expand Down

0 comments on commit 433def5

Please sign in to comment.