Skip to content

Commit 7b48873

Browse files
authored
Merge pull request #421 from freelawproject/new-release-2.8.7
feat(packaging): Do release
2 parents 5cee91e + 7073ade commit 7b48873

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGES.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,26 @@
55
The following changes are not yet released, but are code complete:
66

77
Features:
8-
- Tweaks ACMS logic to support HTMX partial content updates and enhances metadata extraction ([#420](https://github.com/freelawproject/recap-chrome/pull/420))
8+
- None yet
99

1010
Changes:
11-
- Namespace RECAP button CSS to avoid Bootstrap overrides
12-
- Updates ACMS page observer to handle Firefox page load timing ([#422](https://github.com/freelawproject/recap-chrome/pull/422))
13-
11+
- None yet
1412

1513
Fixes:
1614
- None yet
1715

1816
For developers:
1917
- Nothing yet
2018

19+
### 2.8.7 (2026-01-30)
20+
21+
Features:
22+
- Tweaks ACMS logic to support HTMX partial content updates and enhances metadata extraction ([#420](https://github.com/freelawproject/recap-chrome/pull/420))
23+
24+
Changes:
25+
- Namespace RECAP button CSS to avoid Bootstrap overrides
26+
- Updates ACMS page observer to handle Firefox page load timing ([#422](https://github.com/freelawproject/recap-chrome/pull/422))
27+
2128
### 2.8.6 (2025-12-09)
2229

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

0 commit comments

Comments
 (0)