Skip to content

Commit

Permalink
feat(packaging): Release version 1.2.30!
Browse files Browse the repository at this point in the history
  • Loading branch information
mlissner committed Nov 19, 2022
1 parent 9853c4e commit 764d0ac
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand All @@ -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/
See releases: https://github.com/freelawproject/recap-chrome/releases/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 764d0ac

Please sign in to comment.