Skip to content

Commit

Permalink
feat(v): Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mlissner committed Dec 15, 2023
1 parent ad748df commit 32becae
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,20 @@ Changes:
- None yet

Fixes:
- Add additional appelate attachment page detection logic([#352](https://github.com/freelawproject/recap-chrome/pull/352))

- None yet
For developers:
- Nothing yet

## 2.4.2 (2023-12-15)

Features:
- Adds annual tab popup asking for support from all users (sorry).

Fixes:
- Add additional appellate attachment page detection logic([#352](https://github.com/freelawproject/recap-chrome/pull/352))


## 2.4.1 (2023-11-17)

Changes:
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.4.1",
"version": "2.4.2",
"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/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function showNotificationTab(details){
});
} else if (details.reason === 'update' && currentVersion === '2.4.2'){
chrome.tabs.create({
url: 'https://free.law/fundraiser/2023/recap'
url: 'https://donate.free.law/forms/11'
});
}
}
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.4.1",
"version": "2.4.2",
"icons": {
"16": "assets/images/icon-16.png",
"19": "assets/images/icon-19.png",
Expand Down

0 comments on commit 32becae

Please sign in to comment.