Skip to content

Commit c6bb50b

Browse files
committed
feat(packaging): Do release
1 parent 9595af1 commit c6bb50b

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGES.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,19 @@ Changes:
1111
- None yet
1212

1313
Fixes:
14-
- Support for Safari on macOS and iPhone([#332](https://github.com/freelawproject/recap/issues/332)).
14+
- None yet
15+
16+
For developers:
17+
- Nothing yet
18+
19+
## 2.0.2 (2023-06-08)
20+
21+
Fixes:
1522
- Better document link filtering on district and appellate court reports([#341](https://github.com/freelawproject/recap/issues/341)).
16-
- Change the naming style of the data attributes the extension attaches to documents links.
1723
- Better case ID capturing on district court docket reports.
1824

1925
For developers:
20-
- Nothing yet
26+
- Change the naming style of the data attributes the extension attaches to documents links.
2127

2228

2329
## 2.0.1 (2023-01-26)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ When a new version is needed, the release process is:
8585
git tag -s '0.8.4' -m "Releases 0.8.4, fixing replaceState and pushState to work in Chrome 43." -u '[email protected]' -f
8686
git push --tags -f
8787

88-
1. Make a new release on [Github announcing the release][ghtags].
8988
1. Make sure you don't have any working/testing code in your tree that could get zipped up in the next step.
9089
1. Zip up the archive with the rather archaic:
9190

9291
cd src && zip -FSr recap.zip *
9392

93+
1. Make a new release on [Github announcing the release][ghtags].
9494
1. Upload that to the [Chrome Market][market].
9595
1. Upload that to addons.mozilla.org
9696

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

0 commit comments

Comments
 (0)