Skip to content

Commit c6fdd82

Browse files
committed
feat(packaging): Do release
1 parent 215316b commit c6fdd82

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGES.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Features:
1010
Changes:
1111
- None yet
1212

13+
Fixes:
14+
- None yet
15+
16+
For developers:
17+
- Nothing yet
18+
19+
### 2.8.9 (2026-08-04)
20+
1321
Fixes:
1422
- Stop attributing district docket report uploads to the per-tab cached
1523
case id when the page context yields none: derive the id from the
@@ -18,9 +26,6 @@ Fixes:
1826
case's entire docket sheet under another case's `pacer_case_id` and
1927
merged it into the wrong archive docket.
2028

21-
For developers:
22-
- Nothing yet
23-
2429
### 2.8.8 (2026-02-18)
2530

2631
Fixes:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "recap-chrome",
3-
"version": "2.8.8",
3+
"version": "2.8.9",
44
"description": "RECAP improves the experience of using PACER, the online public acces system for the U.S. federal courts",
55
"main": " ",
66
"directories": {

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Free Law Project and the Center for Information Technology and Policy at Princeton",
55
"description": "RECAP improves the experience of using PACER, the online public access system for the U.S. federal courts.",
66
"homepage_url": "https://free.law/recap/",
7-
"version": "2.8.8",
7+
"version": "2.8.9",
88
"icons": {
99
"16": "assets/images/icon-16.png",
1010
"19": "assets/images/icon-19.png",

0 commit comments

Comments
 (0)