Skip to content

Commit

Permalink
chore(release): 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Apr 20, 2020
1 parent 92fd78f commit 13fafff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [4.0.1](https://github.com/marko-js/testing-library/compare/v4.0.0...v4.0.1) (2020-04-20)


### Bug Fixes

* prevent race conditions when waiting for updates from fireEvent ([92fd78f](https://github.com/marko-js/testing-library/commit/92fd78fd7829c5fcb1dcde31e9fd82deff5de751))

## [4.0.0](https://github.com/marko-js/testing-library/compare/v3.0.2...v4.0.0) (2020-04-13)


Expand Down
2 changes: 1 addition & 1 deletion 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,7 +1,7 @@
{
"name": "@marko/testing-library",
"description": "Simple and complete Marko testing utilities that encourage good testing practices.",
"version": "4.0.0",
"version": "4.0.1",
"author": "Dylan Piercey <[email protected]>",
"bugs": "https://github.com/marko-js/testing-library/issues",
"dependencies": {
Expand Down

0 comments on commit 13fafff

Please sign in to comment.