Skip to content

Commit 8329d69

Browse files
authored
Merge pull request #424 from freelawproject/new-release-2.8.8
feat(packaging): Do release
2 parents c08e221 + 898ebf8 commit 8329d69

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,17 @@ Changes:
1111
- None yet
1212

1313
Fixes:
14-
- Add support to upload PDFs from the new ACMS download modal to the RECAP Archive ([#401](https://github.com/freelawproject/recap/issues/401), [#423](https://github.com/freelawproject/recap-chrome/pull/423))
15-
- Skip document links on the ACMS docket page that have no matching docket entry to prevent errors during metadata extraction ([#423](https://github.com/freelawproject/recap-chrome/pull/423))
14+
- None yet
1615

1716
For developers:
1817
- Nothing yet
1918

19+
### 2.8.8 (2026-02-18)
20+
21+
Fixes:
22+
- Add support to upload PDFs from the new ACMS download modal to the RECAP Archive ([#401](https://github.com/freelawproject/recap/issues/401), [#423](https://github.com/freelawproject/recap-chrome/pull/423))
23+
- Skip document links on the ACMS docket page that have no matching docket entry to prevent errors during metadata extraction ([#423](https://github.com/freelawproject/recap-chrome/pull/423))
24+
2025
### 2.8.7 (2026-01-30)
2126

2227
Features:

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.7",
3+
"version": "2.8.8",
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.7",
7+
"version": "2.8.8",
88
"icons": {
99
"16": "assets/images/icon-16.png",
1010
"19": "assets/images/icon-19.png",

0 commit comments

Comments
 (0)