Skip to content

Commit b82a28b

Browse files
authored
feat(packaging): Do release (#410)
1 parent 676164d commit b82a28b

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGES.md

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

77
Features:
8-
- Refines logic to accurately identify multi-document pages containing a single file ([349](https://github.com/freelawproject/recap/issues/349), [402](https://github.com/freelawproject/recap-chrome/pull/402))
9-
- Improve Banner Insertion Reliability ([411](https://github.com/freelawproject/recap-chrome/pull/411))
8+
- None yet
109

1110
Changes:
1211
- None yet
@@ -17,6 +16,12 @@ Fixes:
1716
For developers:
1817
- Nothing yet
1918

19+
## 2.8.3 (2024-12-30)
20+
21+
Features:
22+
- Refines logic to accurately identify multi-document pages containing a single file ([349](https://github.com/freelawproject/recap/issues/349), [402](https://github.com/freelawproject/recap-chrome/pull/402))
23+
- Improve Banner Insertion Reliability ([411](https://github.com/freelawproject/recap-chrome/pull/411))
24+
2025
## 2.8.2 (2024-12-04)
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.2",
3+
"version": "2.8.3",
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.2",
7+
"version": "2.8.3",
88
"icons": {
99
"16": "assets/images/icon-16.png",
1010
"19": "assets/images/icon-19.png",

0 commit comments

Comments
 (0)