Skip to content

Commit 041f200

Browse files
committed
feat(packaging): Do release
1 parent 345b160 commit 041f200

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,18 @@ Changes:
1313
Fixes:
1414
- None yet
1515

16+
For developers:
17+
- Nothing yet
18+
19+
## 2.8.0 (2024-08-27)
20+
21+
Features:
22+
- Upgrade to manifest v3([333](https://github.com/freelawproject/recap/issues/333), [387](https://github.com/freelawproject/recap-chrome/pull/387))
23+
1624
For developers:
1725
- Adds script to automate release package creation ([388](https://github.com/freelawproject/recap-chrome/pull/388))
1826

27+
1928
## 2.7.2 (2024-07-21)
2029

2130
Fixes:

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

0 commit comments

Comments
 (0)