Skip to content

Commit

Permalink
Merge 0c3baa7 into c95b705
Browse files Browse the repository at this point in the history
  • Loading branch information
mariano-aguero committed Jul 11, 2019
2 parents c95b705 + 0c3baa7 commit eb6b46c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.1] - 2019-07-11
### Fixes
- Unsubscribe link in notifications

## [1.2.0] - 2019-07-08
### Add
- Send a notification when my bonded-delegate changes his rules
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": "livepeer-alerts-backend",
"version": "1.2.0",
"version": "1.2.1",
"description": "Provide pro-active alert notifications that will help LPT token holders to be updated and understand how the transcoders they are delegating the tokens to are performing in near real time.",
"author": "Protofire @protofire",
"main": "index.js",
Expand Down
1 change: 0 additions & 1 deletion server/helpers/sendDelegatorEmail.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const sendEmail = async data => {
delegatingStatusUrl,
delegateAddress,
roundsUntilUnbonded,
unsubscribeEmailUrl,
oldRewardCut,
oldFeeShare,
oldPendingFeeShare,
Expand Down

0 comments on commit eb6b46c

Please sign in to comment.