Skip to content

Commit e1f201f

Browse files
authored
Merge pull request #416 from freelawproject/new-release-2.8.5
feat(packaging): Do release
2 parents c504820 + a168e6e commit e1f201f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@ Features:
88
- None yet
99

1010
Changes:
11-
- Cleaned up the UI by removing the banner about manifest update ([395](https://github.com/freelawproject/recap/issues/395), [415](https://github.com/freelawproject/recap-chrome/pull/415))
11+
- None yet
1212

1313
Fixes:
1414
- None yet
1515

1616
For developers:
1717
- Nothing yet
1818

19+
## 2.8.5 (2025-06-16)
20+
21+
- Cleaned up the UI by removing the banner about manifest update ([395](https://github.com/freelawproject/recap/issues/395), [415](https://github.com/freelawproject/recap-chrome/pull/415))
22+
1923
## 2.8.4 (2025-02-28)
2024

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

0 commit comments

Comments
 (0)