Skip to content

Commit

Permalink
v4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjan1999 committed May 6, 2023
1 parent fa8a194 commit f25922a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [4.7.2] - 2023-05-06

### Fixed

- Fixed missing type exports (#97)

## [4.7.1] - 2023-03-15

### 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.1",
"version": "4.7.2",
"description": "Axios mock for Jest",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit f25922a

Please sign in to comment.