diff --git a/CHANGELOG.md b/CHANGELOG.md index a890490..34b6c21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index a23853a..458f633 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "4.0.4", + "version": "4.0.5", "command": { "version": { "conventionalCommits": true, diff --git a/packages/grpc-mock/CHANGELOG.md b/packages/grpc-mock/CHANGELOG.md index 48cd19a..ca75d21 100644 --- a/packages/grpc-mock/CHANGELOG.md +++ b/packages/grpc-mock/CHANGELOG.md @@ -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 diff --git a/packages/grpc-mock/package.json b/packages/grpc-mock/package.json index 2dc182f..a7a3186 100644 --- a/packages/grpc-mock/package.json +++ b/packages/grpc-mock/package.json @@ -1,6 +1,6 @@ { "name": "@liangskyli/grpc-mock", - "version": "4.0.4", + "version": "4.0.5", "description": "grpc mock for bff", "keywords": [ "grpc",