Skip to content

Commit

Permalink
4.1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Mar 13, 2022
1 parent bc50e40 commit 1552457
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG-4.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 4.1.31

* RunBefore extension prints error output and stops execution if command failed
* Action file generator: Fixed handling of intersection types
* Action file generator: Fixed handling of self and parent types

#### 4.1.30

* Fix handling of previous exception in ExtensionException
Expand Down
2 changes: 1 addition & 1 deletion src/Codeception/Codecept.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Codecept
{
use DispatcherWrapper;

const VERSION = '4.1.30';
const VERSION = '4.1.31';

/**
* @var \Codeception\PHPUnit\Runner
Expand Down

0 comments on commit 1552457

Please sign in to comment.