Skip to content

Commit

Permalink
Merge pull request #3374 from bolt/release/5.1.19
Browse files Browse the repository at this point in the history
Prepare release 5.1.19
  • Loading branch information
bobdenotter authored Dec 9, 2022
2 parents a9bd05e + 4068ab9 commit 50d7556
Show file tree
Hide file tree
Showing 6 changed files with 945 additions and 919 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

## 5.1.19

Released: 2022-12-08

### 🐛 Bug fixes

- Pass other `_route_params` into a forwarded request #3342
- Fix excerpt when content would be too short _after_ trimming #3367
- Make `guesstimateAuthor` return type nullable #3358
- Made the `isCurrent`-filter remove the current locale #3368


## 5.1.18

Released: 2022-10-28
Expand Down
2 changes: 1 addition & 1 deletion assets/js/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// generated by genversion
export const version = '5.1.18';
export const version = '5.1.19';
Loading

0 comments on commit 50d7556

Please sign in to comment.