Skip to content

Commit

Permalink
3.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Nov 2, 2021
1 parent 43f3750 commit 20f4594
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Removals

## 3.14.1 (Tuesday, 2 November 2021)
### Fixed
- Example display in input ([#43f37502a3fdccdcc7799b8160c2d4921f4d75f1](https://github.com/knuckleswtf/scribe/commit/43f37502a3fdccdcc7799b8160c2d4921f4d75f1))

## 3.14.0 (Friday, 29 October 2021)
### Added
- `beforeGroup` and `afterGroup` ([#98d5be7ade2a549e72b343b7f660b412188c30c8](https://github.com/knuckleswtf/scribe/commit/98d5be7ade2a549e72b343b7f660b412188c30c8))
Expand Down
2 changes: 1 addition & 1 deletion src/Tools/Globals.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Globals
{
public const SCRIBE_VERSION = '3.14.0';
public const SCRIBE_VERSION = '3.14.1';

public static bool $shouldBeVerbose = false;

Expand Down

0 comments on commit 20f4594

Please sign in to comment.