Skip to content

Commit

Permalink
Release 5.15.1
Browse files Browse the repository at this point in the history
[skip ci]

## [5.15.1](v5.15.0...v5.15.1) (2024-12-12)

### Bug Fixes

* try to use urllib4 ([#177](#177)) ([c8551b9](c8551b9))
  • Loading branch information
semantic-release-bot committed Dec 12, 2024
1 parent c8551b9 commit bb15f3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.15.1](https://github.com/eggjs/egg-mock/compare/v5.15.0...v5.15.1) (2024-12-12)


### Bug Fixes

* try to use urllib4 ([#177](https://github.com/eggjs/egg-mock/issues/177)) ([c8551b9](https://github.com/eggjs/egg-mock/commit/c8551b98f044c7315a67f579cc2c1b4f5dde73c4))

## [5.15.0](https://github.com/eggjs/egg-mock/compare/v5.14.0...v5.15.0) (2024-12-10)


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": "egg-mock",
"version": "5.15.0",
"version": "5.15.1",
"eggPlugin": {
"name": "egg-mock"
},
Expand Down

0 comments on commit bb15f3f

Please sign in to comment.