Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Jun 17, 2019
1 parent fa571bd commit ced2b30
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/expect-more-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.2](https://github.com/JamieMason/expect-more/compare/[email protected]@2.4.2) (2019-06-17)


### Bug Fixes

* **npm:** update dependencies ([69c2ada](https://github.com/JamieMason/expect-more/commit/69c2ada)), closes [#25](https://github.com/JamieMason/expect-more/issues/25) [#26](https://github.com/JamieMason/expect-more/issues/26) [#27](https://github.com/JamieMason/expect-more/issues/27) [#28](https://github.com/JamieMason/expect-more/issues/28) [#29](https://github.com/JamieMason/expect-more/issues/29) [#30](https://github.com/JamieMason/expect-more/issues/30)





## [2.4.1](https://github.com/JamieMason/expect-more/compare/[email protected]@2.4.1) (2019-02-02)


Expand Down
4 changes: 2 additions & 2 deletions packages/expect-more-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "expect-more-jest",
"description": "Write Beautiful Specs with Custom Matchers",
"version": "2.4.1",
"version": "2.4.2",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/expect-more/issues",
"contributors": [
"Haroen Viaene (https://github.com/Haroenv)"
],
"dependencies": {
"chalk": "2.4.2",
"expect-more": "0.5.4",
"expect-more": "0.5.5",
"jest-matcher-utils": "24.8.0"
},
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/expect-more/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.5](https://github.com/JamieMason/expect-more/compare/[email protected]@0.5.5) (2019-06-17)

**Note:** Version bump only for package expect-more





## [0.5.4](https://github.com/JamieMason/expect-more/compare/[email protected]@0.5.4) (2019-01-12)

**Note:** Version bump only for package expect-more
Expand Down
2 changes: 1 addition & 1 deletion packages/expect-more/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "expect-more",
"description": "Curried JavaScript Type Testing Library with Zero Dependencies",
"version": "0.5.4",
"version": "0.5.5",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/expect-more/issues",
"files": [
Expand Down

0 comments on commit ced2b30

Please sign in to comment.