Skip to content

Commit

Permalink
Prepare release 5.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Dec 8, 2022
1 parent 7f3881e commit 4068ab9
Show file tree
Hide file tree
Showing 5 changed files with 944 additions and 918 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 4068ab9

Please sign in to comment.