diff --git a/CHANGELOG.md b/CHANGELOG.md index 3945ce1..0492783 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). +## 4.0.1 - 2019-06-08 +### Fixed +- Readme typos +### Security +- Update version of Puppeteer + + ## 4.0.0 - 2019-06-08 ### Added - Adds database to monitor entries (#74)[https://github.com/jpchip/giveaway-grabber/issues/74] diff --git a/package-lock.json b/package-lock.json index eba3535..afe81bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "giveaway-grabber", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a00e8b5..ac1d309 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "giveaway-grabber", - "version": "4.0.0", + "version": "4.0.1", "description": "Automates entries for Amazon Giveaways", "preferGlobal": true, "main": "index.js",