Skip to content

Commit 77a7f2a

Browse files
committed
feat(packaging): Do release
1 parent 2c52fd3 commit 77a7f2a

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGES.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
The following changes are not yet released, but are code complete:
66

7+
Features:
8+
- None yet
9+
10+
Changes:
11+
- None yet
12+
13+
Fixes:
14+
- None yet
15+
16+
For developers:
17+
- Nothing yet
18+
19+
## 2.8.2 (2024-12-04)
20+
721
Features:
822
- Adds annual tab popup asking for support from all users([384](https://github.com/freelawproject/recap/issues/384), [408](https://github.com/freelawproject/recap-chrome/pull/408))
923

@@ -21,9 +35,6 @@ Fixes:
2135
- Refines attachment handling in appellate uploads to only send attachment_number when necessary([382](https://github.com/freelawproject/recap/issues/382),[406](https://github.com/freelawproject/recap-chrome/pull/407))
2236

2337

24-
For developers:
25-
- Nothing yet
26-
2738
## 2.8.1 (2024-09-12)
2839

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

0 commit comments

Comments
 (0)