From 10a2854b1c354197cfd693c63827e9e64477e571 Mon Sep 17 00:00:00 2001 From: Jared Chapiewsky Date: Sun, 31 Mar 2019 22:52:43 -0500 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e71e6b..53994ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/package-lock.json b/package-lock.json index 0804c3f..ddf20e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "giveaway-grabber", - "version": "2.6.1", + "version": "2.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7c58630..a85bad7 100644 --- a/package.json +++ b/package.json @@ -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",