Skip to content

Commit b2e52bd

Browse files
committed
feat(packaging): Do release
1 parent 74318ec commit b2e52bd

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGES.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,25 @@
55
The following changes are not yet released, but are code complete:
66

77
Features:
8-
- More robust guarding logic for missing `pacer_doc_id` in appellate courts ([388](https://github.com/freelawproject/recap/issues/388), [412](https://github.com/freelawproject/recap-chrome/pull/412))
8+
- None yet
99

1010
Changes:
1111
- None yet
1212

1313
Fixes:
14-
- Improved handling of localStorage for district courts to avoid using staled docket number values ([392](https://github.com/freelawproject/recap/issues/392), [413](https://github.com/freelawproject/recap-chrome/pull/413))
14+
- None yet
1515

1616
For developers:
1717
- Nothing yet
1818

19+
## 2.8.4 (2025-02-28)
20+
21+
Features:
22+
- More robust guarding logic for missing `pacer_doc_id` in appellate courts ([388](https://github.com/freelawproject/recap/issues/388), [412](https://github.com/freelawproject/recap-chrome/pull/412))
23+
24+
Fixes:
25+
- Improved handling of localStorage for district courts to avoid using staled docket number values ([392](https://github.com/freelawproject/recap/issues/392), [413](https://github.com/freelawproject/recap-chrome/pull/413))
26+
1927
## 2.8.3 (2024-12-30)
2028

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

0 commit comments

Comments
 (0)