Skip to content

Commit 31a5d97

Browse files
committed
feat(packaging): Do release
1 parent e05c3d7 commit 31a5d97

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGES.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,22 @@
55
The following changes are not yet released, but are code complete:
66

77
Features:
8-
- Improve the user experience of the file account button by applying a custom cursor and adding a loading spinner next to it while the extension load the PDF document ([392](https://github.com/freelawproject/recap-chrome/pull/392)).
8+
- None yet
99

1010
Changes:
1111
- None yet
1212

13+
Fixes:
14+
- None yet
15+
16+
For developers:
17+
- Nothing yet
18+
19+
## 2.8.1 (2024-09-12)
20+
21+
Features:
22+
- Improve the user experience of the file account button by applying a custom cursor and adding a loading spinner next to it while the extension load the PDF document ([392](https://github.com/freelawproject/recap-chrome/pull/392)).
23+
1324
Fixes:
1425
- Disables notifications in Safari due to API limitations ([391](https://github.com/freelawproject/recap-chrome/pull/391)).
1526
- Fix fetch on firefox ([393](https://github.com/freelawproject/recap-chrome/pull/393)).
@@ -18,6 +29,7 @@ Fixes:
1829
For developers:
1930
- Preserves permissions during macOS and iOS release package creation ([391](https://github.com/freelawproject/recap-chrome/pull/391))
2031

32+
2133
## 2.8.0 (2024-08-27)
2234

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

0 commit comments

Comments
 (0)