Skip to content

Commit

Permalink
arbitrary change to trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Dec 17, 2024
1 parent fc0e5a9 commit d91e971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const Releases = ({ data }) => {
};

export default (props) => {
// Determine one year ago. Filter out releases over a year old.
const oneYearAgo = format(subYears(new Date(), 1), 'yyyy-MM-dd');

return (
Expand Down

0 comments on commit d91e971

Please sign in to comment.