Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Chapiewsky committed Apr 1, 2019
1 parent cffaf08 commit 10a2854
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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).

## 2.7.0 - 2019-03-31
### Fixed
- Blacklist matches whole words (#43)[https://github.com/jpchip/giveaway-grabber/issues/43]
### Added
- can send email on win via sendgrid (#44)[https://github.com/jpchip/giveaway-grabber/issues/44]


## 2.6.1 - 2019-03-29
### Fixed
- Include blacklisted keyword in console (#22)[https://github.com/jpchip/giveaway-grabber/issues/22]
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "giveaway-grabber",
"version": "2.6.1",
"version": "2.7.0",
"description": "Automates entries for Amazon Giveaways",
"preferGlobal": true,
"main": "index.js",
Expand Down

0 comments on commit 10a2854

Please sign in to comment.