From c1d8bcaecbeebc5660b21b7603a8422d065ba628 Mon Sep 17 00:00:00 2001 From: Eduardo Rosendo Date: Mon, 30 Dec 2024 10:20:12 -0400 Subject: [PATCH] feat(packaging): Do release --- CHANGES.md | 8 +++++++- package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index edfb975e..c08e00f7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,7 @@ The following changes are not yet released, but are code complete: Features: - - Refines logic to accurately identify multi-document pages containing a single file ([349](https://github.com/freelawproject/recap/issues/349), [402](https://github.com/freelawproject/recap-chrome/pull/402)) + - None yet Changes: - None yet @@ -16,6 +16,12 @@ Fixes: For developers: - Nothing yet +## 2.8.3 (2024-12-30) + +Features: + - Refines logic to accurately identify multi-document pages containing a single file ([349](https://github.com/freelawproject/recap/issues/349), [402](https://github.com/freelawproject/recap-chrome/pull/402)) + + ## 2.8.2 (2024-12-04) Features: diff --git a/package.json b/package.json index 10f55d8c..f6aab1ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recap-chrome", - "version": "2.8.2", + "version": "2.8.3", "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 36a15547..9928bb20 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.8.2", + "version": "2.8.3", "icons": { "16": "assets/images/icon-16.png", "19": "assets/images/icon-19.png",