From 6bb7d37f9f9bd5505122d0d438d4c3ae0066e301 Mon Sep 17 00:00:00 2001 From: Eduardo Rosendo Date: Fri, 30 Jun 2023 15:53:50 -0400 Subject: [PATCH] feat(packaging): Do release --- CHANGES.md | 14 ++++++++++++-- package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e854e7f4..96e2ee58 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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: diff --git a/package.json b/package.json index 59dd773f..4063e712 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/manifest.json b/src/manifest.json index b994c08a..199146d4 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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",