From c02c8c012dce16cbc040f8727a036993d25251c7 Mon Sep 17 00:00:00 2001 From: Eduardo Rosendo Date: Tue, 25 Jul 2023 12:43:39 -0400 Subject: [PATCH] feat(packaging): Do release --- CHANGES.md | 14 +++++++++++--- package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7605f4a9..7deea7a7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,17 +5,25 @@ The following changes are not yet released, but are code complete: Features: - - Adds a warning to let users know that combined PDFs won't be uploaded to the RECAP Archive([#337](https://github.com/freelawproject/recap/issues/337), [#341](https://github.com/freelawproject/recap-chrome/pull/341)) + - None yet Changes: - None yet Fixes: - - More robust logic to inject content scripts([#346](https://github.com/freelawproject/recap/issues/346)) - + - None yet + For developers: - Nothing yet +## 2.3.0 (2023-07-25) + +Features: + - Adds a warning to let users know that combined PDFs won't be uploaded to the RECAP Archive([#337](https://github.com/freelawproject/recap/issues/337), [#341](https://github.com/freelawproject/recap-chrome/pull/341)) + +Fixes: + - More robust logic to inject content scripts([#346](https://github.com/freelawproject/recap/issues/346)) + ## 2.2.0 (2023-07-13) diff --git a/package.json b/package.json index e753ec74..2c7bba3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recap-chrome", - "version": "2.2.0", + "version": "2.3.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 b17d6a7d..f6cea6ec 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.2.0", + "version": "2.3.0", "icons": { "16": "assets/images/icon-16.png", "19": "assets/images/icon-19.png",