Skip to content

Commit 3ad8b6b

Browse files
committed
feat(packaging): Do release
1 parent c043547 commit 3ad8b6b

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGES.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,22 @@ Changes:
1111
- None yet
1212

1313
Fixes:
14-
- Refines content_scripts permissions on azure websites([#374](https://github.com/freelawproject/recap/issues/374), [#385](https://github.com/freelawproject/recap-chrome/pull/385))
14+
- None yet
1515

1616
For developers:
1717
- Nothing yet
1818

19+
## 2.7.2 (2024-07-21)
20+
21+
Fixes:
22+
- Refines content_scripts permissions on azure websites([#374](https://github.com/freelawproject/recap/issues/374), [#385](https://github.com/freelawproject/recap-chrome/pull/385))
23+
24+
25+
## 2.7.1 (2024-07-21)
26+
27+
- Rolled back from Version 2.7.0 to Version 2.6.1
28+
29+
1930
## 2.7.0 (2024-07-19)
2031

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

0 commit comments

Comments
 (0)