Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(packaging): Do release #331

Merged
merged 1 commit into from
Jun 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,27 @@
The following changes are not yet released, but are code complete:

Features:
- PDFs containing audio recordings will now be uploaded to the RECAP Archive ([#244](https://github.com/freelawproject/recap/issues/244), [#326](https://github.com/freelawproject/recap-chrome/pull/326))
- None yet

Changes:
- None yet

Fixes:
- Fix button to autofill docket query form([#344](https://github.com/freelawproject/recap/issues/344)).
- None yet

For developers:
- Nothing yet


## 2.1.0 (2023-06-30)

Features:
- PDFs containing audio recordings will now be uploaded to the RECAP Archive ([#244](https://github.com/freelawproject/recap/issues/244), [#326](https://github.com/freelawproject/recap-chrome/pull/326))

Fixes:
- Fix button to autofill docket query form([#344](https://github.com/freelawproject/recap/issues/344)).


## 2.0.2 (2023-06-08)

Fixes:
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.0.2",
"version": "2.1.0",
"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/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.0.2",
"version": "2.1.0",
"icons": {
"16": "assets/images/icon-16.png",
"19": "assets/images/icon-19.png",
Expand Down