Skip to content

Commit

Permalink
feat(packaging): Do release
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Apr 5, 2024
1 parent c14abab commit 7aef71c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,22 @@ Features:
- None yet

Changes:
- Adds a badge to the extension icon and a banner in the popup to link users to a donate page with information about the pacer class action([#367](https://github.com/freelawproject/recap/issues/367), [#364](https://github.com/freelawproject/recap-chrome/pull/364)).
- Adds logic to display variants of the new banner component([#365](https://github.com/freelawproject/recap-chrome/pull/365))
- Fix setBadgeText type error([#366](https://github.com/freelawproject/recap-chrome/pull/366)).
- None yet

Fixes:
- None yet

For developers:
- Nothing yet

## 2.6.0 (2024-04-04)

Changes:
- Adds a badge to the extension icon and a banner in the popup to link users to a donate page with information about the pacer class action([#367](https://github.com/freelawproject/recap/issues/367), [#364](https://github.com/freelawproject/recap-chrome/pull/364)).
- Adds logic to display variants of the new banner component([#365](https://github.com/freelawproject/recap-chrome/pull/365))
- Fix setBadgeText type error([#366](https://github.com/freelawproject/recap-chrome/pull/366)).


## 2.5.0 (2024-01-26)

Features:
Expand Down
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": "2.5.0",
"version": "2.6.0",
"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": "2.5.0",
"version": "2.6.0",
"icons": {
"16": "assets/images/icon-16.png",
"19": "assets/images/icon-19.png",
Expand Down

0 comments on commit 7aef71c

Please sign in to comment.