Skip to content

Commit

Permalink
bump version: 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjan1999 committed Mar 15, 2023
1 parent ee15490 commit 7351a10
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.7.1] - 2023-03-15

### Added

- `useRequestHandler` allows you to dynamically handle every invoked request

## [4.6.3] - 2023-03-15

### Added

- `useRequestHandler` allows you to dynamically handle every invoked request

## [4.7.0] (Beta 2) - 2022-11-12

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-mock-axios",
"version": "4.7.0-beta4",
"version": "4.7.1",
"description": "Axios mock for Jest",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 7351a10

Please sign in to comment.