Skip to content

Commit d902f68

Browse files
committed
feat(packaging): Do release
1 parent f58b067 commit d902f68

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGES.md

Lines changed: 15 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.7.0 (2024-07-19)
20+
721
Features:
822
- Introduces a new upload type for Dockets from ACMS and enhances code maintainability by refactoring common upload logic into reusable functions.([#368](https://github.com/freelawproject/recap-chrome/pull/371))
923
- Docket reports from ACMS are now uploaded to CourtListener.([#372](https://github.com/freelawproject/recap-chrome/pull/372))
@@ -20,9 +34,7 @@ Changes:
2034

2135
Fixes:
2236
- Enhance isLoginPage to accurately identify login pages([#373](https://github.com/freelawproject/recap/issues/373), [#381](https://github.com/freelawproject/recap-chrome/pull/381)).
23-
24-
For developers:
25-
- Nothing yet
37+
2638

2739
## 2.6.1 (2024-04-18)
2840

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

0 commit comments

Comments
 (0)