From 98b7dfc78f2e1577c6cccf8e46f2ff06c678ddcb Mon Sep 17 00:00:00 2001 From: Eduardo Rosendo Date: Thu, 13 Jul 2023 20:27:35 -0400 Subject: [PATCH] feat(packaging): Do release --- CHANGES.md | 15 +++++++++++++++ package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 95fe4e4f..76ee3c46 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,21 @@ The following changes are not yet released, but are code complete: +Features: + - None yet + +Changes: + - None yet + +Fixes: + - None yet + - +For developers: + - Nothing yet + + +## 2.2.0 (2023-07-13) + Features: - Adds RECAP banners to the docket query pages on appellate courts([#335](https://github.com/freelawproject/recap/issues/335), [#333](https://github.com/freelawproject/recap-chrome/pull/333)) diff --git a/package.json b/package.json index 4063e712..e753ec74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recap-chrome", - "version": "2.1.0", + "version": "2.2.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 199146d4..b17d6a7d 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.1.0", + "version": "2.2.0", "icons": { "16": "assets/images/icon-16.png", "19": "assets/images/icon-19.png",