diff --git a/CHANGES.md b/CHANGES.md index a13522fd..78953e87 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 + + +## 1.2.30 (2022-11-18) + Features: - Add banners to advertise RECAP Email ([#309](https://github.com/freelawproject/recap/issues/309)) @@ -20,6 +35,7 @@ For Developers: - Adds [Puppeteer](https://pptr.dev/) as a dev dependency to use its Chromium binary to run the tests in [headless](https://developers.google.com/web/updates/2017/04/headless-chrome) mode. - Updates the configuration file used by Karma to change the default browser used to run the tests. + ## Current & Previous -See releases: https://github.com/freelawproject/recap-chrome/releases/ \ No newline at end of file +See releases: https://github.com/freelawproject/recap-chrome/releases/ diff --git a/README.md b/README.md index ecaf305b..403b62f2 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ Releasing a New Version ======================= When a new version is needed, the release process is: +1. Do the [manual QA tests][qa] 1. Update `package.json` and `manifest.json` with a new release version. 1. Run `web-ext lint` to ensure no regressions. 1. Commit the code. @@ -128,3 +129,4 @@ RECAP for Chrome. If not, see: http://www.gnu.org/licenses/ [cl]: https://github.com/freelawproject/courtlistener/issues/new [recap-issues]: https://github.com/freelawproject/recap/issues [commits]: https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines +[qa]: https://github.com/freelawproject/recap/wiki/QA-Testing diff --git a/package.json b/package.json index b77dcce2..9fdaa290 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recap-chrome", - "version": "1.2.29", + "version": "1.2.30", "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 a1a11d46..22d844b7 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": "1.2.29", + "version": "1.2.30", "icons": { "16": "assets/images/icon-16.png", "19": "assets/images/icon-19.png",