From 5f3c159003eecf7219b41ab16c13e07eca58810c Mon Sep 17 00:00:00 2001 From: chapiewsky Date: Tue, 16 Jul 2019 21:50:12 -0500 Subject: [PATCH] update changelog and version --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa1e2c..61f4625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.3.0 - 2019-07-16 +### Added +- more meaningful eslint rules +- write winning entries to a file +- Attempts to confirm address on win (#35)[https://github.com/jpchip/giveaway-grabber/issues/35] +### Fixed +- Handle numeric passwords(#115)[https://github.com/jpchip/giveaway-grabber/issues/115] +### Security +- Update dependencies + ## 4.2.0 - 2019-06-26 ### Added - Automatically unfollow follow type giveaways (#105)[https://github.com/jpchip/giveaway-grabber/issues/105] diff --git a/package-lock.json b/package-lock.json index 8a3f709..6c4b95b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "giveaway-grabber", - "version": "4.2.0", + "version": "4.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 882627d..627b3c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "giveaway-grabber", - "version": "4.2.0", + "version": "4.3.0", "description": "Automates entries for Amazon Giveaways", "preferGlobal": true, "main": "index.js",