Skip to content

Commit

Permalink
Prepare Bolt 5.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Jan 31, 2023
1 parent f199197 commit a87d45f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

## 5.1.22

Released: 2023-01-27

### 🐛 Bug fixes

- Fix language switcher failing to set a default "type" value #3398
- Fix excerpt of search result when there is no whitespace after search… #3399


## 5.1.21

Released: 2023-01-27
Expand All @@ -9,6 +19,7 @@ Released: 2023-01-27

- Fix PHPStan errors (on PHP 8.x) #3395


## 5.1.20

Released: 2023-01-20
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bolt",
"version": "5.1.20",
"version": "5.1.22",
"homepage": "https://boltcms.io",
"author": "Bob den Otter <[email protected]> (https://boltcms.io)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class Version
* Stable — 3.0.0
* Development — 3.1.0 alpha 1
*/
public const VERSION = '5.1.21';
public const VERSION = '5.1.22';
public const CODENAME = '';

/**
Expand Down

0 comments on commit a87d45f

Please sign in to comment.