Skip to content

Commit 1533339

Browse files
chore: release 3.0.2 (#35)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 77f1dbf commit 1533339

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [3.0.2](https://www.github.com/maasencioh/jest-matcher-deep-close-to/compare/v3.0.1...v3.0.2) (2021-10-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **package:** run prepublish script in sequence ([#34](https://www.github.com/maasencioh/jest-matcher-deep-close-to/issues/34)) ([77f1dbf](https://www.github.com/maasencioh/jest-matcher-deep-close-to/commit/77f1dbf97ee3603b6f4f9c2a44d1999f55c45fe3))
9+
310
### [3.0.1](https://www.github.com/maasencioh/jest-matcher-deep-close-to/compare/v3.0.0...v3.0.1) (2021-10-07)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-matcher-deep-close-to",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Extend jest to assert arrays with approximate values",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)