Skip to content

Commit

Permalink
feat(packaging): Do release
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Jul 19, 2024
1 parent f58b067 commit d902f68
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
18 changes: 15 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

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

Features:
- None yet

Changes:
- None yet

Fixes:
- None yet

For developers:
- Nothing yet

## 2.7.0 (2024-07-19)

Features:
- 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))
- Docket reports from ACMS are now uploaded to CourtListener.([#372](https://github.com/freelawproject/recap-chrome/pull/372))
Expand All @@ -20,9 +34,7 @@ Changes:

Fixes:
- Enhance isLoginPage to accurately identify login pages([#373](https://github.com/freelawproject/recap/issues/373), [#381](https://github.com/freelawproject/recap-chrome/pull/381)).

For developers:
- Nothing yet


## 2.6.1 (2024-04-18)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recap-chrome",
"version": "2.6.1",
"version": "2.7.0",
"description": "RECAP improves the experience of using PACER, the online public acces system for the U.S. federal courts",
"main": " ",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Free Law Project and the Center for Information Technology and Policy at Princeton",
"description": "RECAP improves the experience of using PACER, the online public access system for the U.S. federal courts.",
"homepage_url": "https://free.law/recap/",
"version": "2.6.1",
"version": "2.7.0",
"icons": {
"16": "assets/images/icon-16.png",
"19": "assets/images/icon-19.png",
Expand Down

0 comments on commit d902f68

Please sign in to comment.