Skip to content

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
chapiewsky committed Jul 17, 2019
1 parent 9145fe4 commit 5f3c159
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
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": "4.2.0",
"version": "4.3.0",
"description": "Automates entries for Amazon Giveaways",
"preferGlobal": true,
"main": "index.js",
Expand Down

0 comments on commit 5f3c159

Please sign in to comment.