Skip to content

Commit 6e8d64a

Browse files
committed
Release 5.3.1
1 parent a180d4c commit 6e8d64a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Change Log
22
## Unreleased
33

4+
## [5.3.1](https://github.com/jazzband/django-silk/tree/5.3.1) (2024-11-08)
5+
:release-by: Albert Wang (@albertyw)
6+
[Full Changelog](https://github.com/jazzband/django-silk/compare/5.3.0..5.3.1)
7+
8+
**Fixes:**
9+
10+
- Fix missing jQuery UI images (#754) @Tatsh
11+
- Fix swallowing exceptions when processing response in silk middleware (#753) @albertyw
12+
13+
414
## [5.3.0](https://github.com/jazzband/django-silk/tree/5.3.0) (2024-10-25)
515
:release-by: Albert Wang (@albertyw)
616
[Full Changelog](https://github.com/jazzband/django-silk/compare/5.2.0..5.3.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "silk",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"description": "https://github.com/jazzband/django-silk",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)