Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chapiewsky committed Jun 27, 2019
1 parent ff9b4f3 commit 1e9fcc5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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).

## 4.2.0 - 2019-06-26
### Added
- Automatically unfollow follow type giveaways (#105)[https://github.com/jpchip/giveaway-grabber/issues/105]
### Fixed
- Enter captcha presented at login(#110)[https://github.com/jpchip/giveaway-grabber/issues/110]


## 4.1.0 - 2019-06-16
### Added
- Enter winner promo card giveaways (#96)[https://github.com/jpchip/giveaway-grabber/issues/96]
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/giveaways.js
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ async function enterGiveaways(page, pageNumber) {
if (process.env.UNFOLLOW_UPDATES) {
await unfollowGiveaways(page);
}
} else if (winnerPromoCard.length > 0) {
} else if (winnerPromoCard.length > 0) {
await enterWinnerPromoCardGiveaway(page);
}

Expand Down

0 comments on commit 1e9fcc5

Please sign in to comment.